Html Css Color HEX #9209C6 Dark Violet

📋 copy color: '#9209C6'

red 146 ◦ green 9 ◦ blue 198

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

Shades of Dark Violet #9209C6

Tints of Dark Violet #9209C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 56.09%

R = 41.36%
G = 2.55%
B = 56.09%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9209C6 (or 0x9209C6) is known color: Dark Violet. HEX triplet: 92, 09 and C6. RGB value is (146,9,198). Sum of RGB (Red+Green+Blue) = 146+9+198=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #9209C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9209C6 is #6DF639. Grayscale: #464646. Windows color (decimal): -7206458 or 12978578. OLE color: 12978578.

HSL color Cylindrical-coordinate representation of color #9209C6: hue angle of 283.49º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9209C6 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 9 198 -
CMYK 0.26 0.95 0 0.22
HSL 283.49º 0.91% 0.41% -
HSV(B) 283.49º 0.95% 0.78% -
XYZ 22.14 10.38 54.26 -
YUV 71.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 146 9 198 0.26 0.95 0 0.22 283.49 0.91 0.41
Hex 92 9 C6 1A 5F 0 16 11B 5B 29
Octal 222 11 306 32 137 0 26 433 133 51
Binary 10010010 1001 11000110 11010 1011111 0 10110 100011011 1011011 101001

Color Harmonies of #9209C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9209C6

Black with #9209C6

Text Example


Text Example

White with #9209C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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