Html Css Color HEX #9426CC Dark Orchid

📋 copy color: '#9426CC'

red 148 ◦ green 38 ◦ blue 204

#9426CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9426CC

Tints of Dark Orchid #9426CC

RGB

 RED value IS 148 (58.2% from 255) = 37.95%

 GREEN value IS 38 (15.23% from 255) = 9.74%

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 37.95%
G = 9.74%
B = 52.31%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9426CC (or 0x9426CC) is known color: Dark Orchid. HEX triplet: 94, 26 and CC. RGB value is (148,38,204). Sum of RGB (Red+Green+Blue) = 148+38+204=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #9426CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9426CC is #6BD933. Grayscale: #595959. Windows color (decimal): -7067956 or 13379220. OLE color: 13379220.

HSL color Cylindrical-coordinate representation of color #9426CC: hue angle of 279.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9426CC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 38 204 -
CMYK 0.27 0.81 0 0.2
HSL 279.76º 0.69% 0.47% -
HSV(B) 279.76º 0.81% 0.8% -
XYZ 23.8 12.04 58.2 -
YUV 89.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 148 38 204 0.27 0.81 0 0.2 279.76 0.69 0.47
Hex 94 26 CC 1B 51 0 14 118 45 2F
Octal 224 46 314 33 121 0 24 430 105 57
Binary 10010100 100110 11001100 11011 1010001 0 10100 100011000 1000101 101111

Color Harmonies of #9426CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9426CC

Black with #9426CC

Text Example


Text Example

White with #9426CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9426CC; }

 p { color: rgb(148,38,204); }

 H1.HeaderClassName
 {
   color: #9426CC;
 }
 .AnyTagClassName
 {
   color: #9426CC;
 }
</style>

background-color css

<style>
 a { background-color: #9426CC; }

 a { background-color: rgb(148,38,204); }

 div.DivClassName
 {
   background-color: #9426CC;
 }
 .BgClassName
 {
   background-color: #9426CC;
 }
</style>

border-color css

<style>
 span { border-color: #9426CC; }

 span { border-color: rgb(148,38,204); }

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