#9425cf

Color #9425CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9425CF

Tints of Dark Orchid #9425CF

Color information

#9425CF (or 0x9425CF) is unknown color: approx Dark Orchid. HEX triplet: 94, 25 and CF. RGB value is (148,37,207). Sum of RGB (Red+Green+Blue) = 148+37+207=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #9425CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425CF is #6BDA30. Grayscale: #585858. Windows color (decimal): -7068209 or 13575572. OLE color: 13575572.

HSL color Cylindrical-coordinate representation of color #9425CF: hue angle of 279.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9425CF is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14837207-
CMYK0.290.8200.19
HSL279.18º69.67%47.84%-
HSV(B)279.18º82.13%81.18%-
XYZ24.1412.1260.1-
YUV89.57194.27169.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 207 (81.25% from 255) = 52.81%
R=37.76%
G=9.44%
B=52.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148372070.290.8200.19279.1869.6747.84
Hex9425CF1D520131174630
Octal224453173512202342710660
Binary10010100100101110011111110110100100100111000101111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9425cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9425cf; }

 p { color: rgb(148,37,207); }

 H1.HeaderClassName
 {
   color: #9425cf;
 }
 .AnyTagClassName
 {
   color: #9425cf;
 }
</style>
background-color css

<style>
 a { background-color: #9425cf; }

 a { background-color: rgb(148,37,207); }

 div.DivClassName
 {
   background-color: #9425cf;
 }
 .BgClassName
 {
   background-color: #9425cf;
 }
</style>
border-color css

<style>
 span { border-color: #9425cf; }

 span { border-color: rgb(148,37,207); }

 td.TdClassName
 {
   border-color: #9425cf;
 }
 .TagClassName
 {
   border-color: #9425cf;
 }
</style>