Html Css Color HEX #9206C3 Dark Violet

📋 copy color: '#9206C3'

red 146 ◦ green 6 ◦ blue 195

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

Shades of Dark Violet #9206C3

Tints of Dark Violet #9206C3

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

 BLUE value IS 195 (76.56% from 255) = 56.2%

R = 42.07%
G = 1.73%
B = 56.2%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9206C3 (or 0x9206C3) is known color: Dark Violet. HEX triplet: 92, 06 and C3. RGB value is (146,6,195). Sum of RGB (Red+Green+Blue) = 146+6+195=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #9206C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206C3 is #6DF93C. Grayscale: #444444. Windows color (decimal): -7207229 or 12781202. OLE color: 12781202.

HSL color Cylindrical-coordinate representation of color #9206C3: hue angle of 284.44º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206C3 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 6 195 -
CMYK 0.25 0.97 0 0.24
HSL 284.44º 0.94% 0.39% -
HSV(B) 284.44º 0.97% 0.76% -
XYZ 21.77 10.18 52.45 -
YUV 69.41 198.88 182.63 -
System Red Green Blue C M Y K H S L
Decimal 146 6 195 0.25 0.97 0 0.24 284.44 0.94 0.39
Hex 92 6 C3 19 61 0 18 11C 5E 27
Octal 222 6 303 31 141 0 30 434 136 47
Binary 10010010 110 11000011 11001 1100001 0 11000 100011100 1011110 100111

Color Harmonies of #9206C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9206C3

Black with #9206C3

Text Example


Text Example

White with #9206C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9206C3; }

 p { color: rgb(146,6,195); }

 H1.HeaderClassName
 {
   color: #9206C3;
 }
 .AnyTagClassName
 {
   color: #9206C3;
 }
</style>

background-color css

<style>
 a { background-color: #9206C3; }

 a { background-color: rgb(146,6,195); }

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

border-color css

<style>
 span { border-color: #9206C3; }

 span { border-color: rgb(146,6,195); }

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