Html Css Color HEX #9226CC Dark Orchid

📋 copy color: '#9226CC'

red 146 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #9226CC

Tints of Dark Orchid #9226CC

RGB

 RED value IS 146 (57.42% from 255) = 37.63%

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

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

R = 37.63%
G = 9.79%
B = 52.58%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9226CC (or 0x9226CC) is known color: Dark Orchid. HEX triplet: 92, 26 and CC. RGB value is (146,38,204). Sum of RGB (Red+Green+Blue) = 146+38+204=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #9226CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9226CC is #6DD933. Grayscale: #585858. Windows color (decimal): -7199028 or 13379218. OLE color: 13379218.

HSL color Cylindrical-coordinate representation of color #9226CC: hue angle of 279.04º 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 #9226CC is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 38 204 -
CMYK 0.28 0.81 0 0.2
HSL 279.04º 0.69% 0.47% -
HSV(B) 279.04º 0.81% 0.8% -
XYZ 23.45 11.86 58.18 -
YUV 89.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 146 38 204 0.28 0.81 0 0.2 279.04 0.69 0.47
Hex 92 26 CC 1C 51 0 14 117 45 2F
Octal 222 46 314 34 121 0 24 427 105 57
Binary 10010010 100110 11001100 11100 1010001 0 10100 100010111 1000101 101111

Color Harmonies of #9226CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9226CC

Black with #9226CC

Text Example


Text Example

White with #9226CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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