Html Css Color HEX #9227CB Dark Orchid

📋 copy color: '#9227CB'

red 146 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #9227CB

Tints of Dark Orchid #9227CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.05%

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

R = 37.63%
G = 10.05%
B = 52.32%

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

#9227CB (or 0x9227CB) is known color: Dark Orchid. HEX triplet: 92, 27 and CB. RGB value is (146,39,203). Sum of RGB (Red+Green+Blue) = 146+39+203=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #9227CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9227CB is #6DD834. Grayscale: #595959. Windows color (decimal): -7198773 or 13313938. OLE color: 13313938.

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

Color convert

RGB 146 39 203 -
CMYK 0.28 0.81 0 0.20
HSL 279.15º 0.68% 0.47% -
HSV(B) 279.15º 0.81% 0.8% -
XYZ 23.36 11.87 57.56 -
YUV 89.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 146 39 203 0.28 0.81 0 0.20 279.15 0.68 0.47
Hex 92 27 CB 1C 51 0 14 117 44 2F
Octal 222 47 313 34 121 0 24 427 104 57
Binary 10010010 100111 11001011 11100 1010001 0 10100 100010111 1000100 101111

Color Harmonies of #9227CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9227CB

Black with #9227CB

Text Example


Text Example

White with #9227CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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