Html Css Color HEX #9209CB Dark Violet

📋 copy color: '#9209CB'

red 146 ◦ green 9 ◦ blue 203

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

Shades of Dark Violet #9209CB

Tints of Dark Violet #9209CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

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

R = 40.78%
G = 2.51%
B = 56.7%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9209CB (or 0x9209CB) is known color: Dark Violet. HEX triplet: 92, 09 and CB. RGB value is (146,9,203). Sum of RGB (Red+Green+Blue) = 146+9+203=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #9209CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9209CB is #6DF634. Grayscale: #474747. Windows color (decimal): -7206453 or 13306258. OLE color: 13306258.

HSL color Cylindrical-coordinate representation of color #9209CB: hue angle of 282.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9209CB is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 9 203 -
CMYK 0.28 0.96 0 0.20
HSL 282.37º 0.92% 0.42% -
HSV(B) 282.37º 0.96% 0.8% -
XYZ 22.73 10.62 57.35 -
YUV 72.08 201.89 180.73 -
System Red Green Blue C M Y K H S L
Decimal 146 9 203 0.28 0.96 0 0.20 282.37 0.92 0.42
Hex 92 9 CB 1C 60 0 14 11A 5C 2A
Octal 222 11 313 34 140 0 24 432 134 52
Binary 10010010 1001 11001011 11100 1100000 0 10100 100011010 1011100 101010

Color Harmonies of #9209CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9209CB

Black with #9209CB

Text Example


Text Example

White with #9209CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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