Html Css Color HEX #9226CB Dark Orchid

📋 copy color: '#9226CB'

red 146 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #9226CB

Tints of Dark Orchid #9226CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 37.73%
G = 9.82%
B = 52.45%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9226CB (or 0x9226CB) is known color: Dark Orchid. HEX triplet: 92, 26 and CB. RGB value is (146,38,203). Sum of RGB (Red+Green+Blue) = 146+38+203=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #9226CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9226CB is #6DD934. Grayscale: #585858. Windows color (decimal): -7199029 or 13313682. OLE color: 13313682.

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

Color convert

RGB 146 38 203 -
CMYK 0.28 0.81 0 0.20
HSL 279.27º 0.68% 0.47% -
HSV(B) 279.27º 0.81% 0.8% -
XYZ 23.33 11.81 57.55 -
YUV 89.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 146 38 203 0.28 0.81 0 0.20 279.27 0.68 0.47
Hex 92 26 CB 1C 51 0 14 117 44 2F
Octal 222 46 313 34 121 0 24 427 104 57
Binary 10010010 100110 11001011 11100 1010001 0 10100 100010111 1000100 101111

Color Harmonies of #9226CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9226CB

Black with #9226CB

Text Example


Text Example

White with #9226CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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