Html Css Color HEX #9204B9 Dark Violet

📋 copy color: '#9204B9'

red 146 ◦ green 4 ◦ blue 185

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

Shades of Dark Violet #9204B9

Tints of Dark Violet #9204B9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 43.58%
G = 1.19%
B = 55.22%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9204B9 (or 0x9204B9) is known color: Dark Violet. HEX triplet: 92, 04 and B9. RGB value is (146,4,185). Sum of RGB (Red+Green+Blue) = 146+4+185=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #9204B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204B9 is #6DFB46. Grayscale: #424242. Windows color (decimal): -7207751 or 12125330. OLE color: 12125330.

HSL color Cylindrical-coordinate representation of color #9204B9: hue angle of 287.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204B9 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 4 185 -
CMYK 0.21 0.98 0 0.27
HSL 287.07º 0.96% 0.37% -
HSV(B) 287.07º 0.98% 0.73% -
XYZ 20.65 9.7 46.68 -
YUV 67.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 146 4 185 0.21 0.98 0 0.27 287.07 0.96 0.37
Hex 92 4 B9 15 62 0 1B 11F 60 25
Octal 222 4 271 25 142 0 33 437 140 45
Binary 10010010 100 10111001 10101 1100010 0 11011 100011111 1100000 100101

Color Harmonies of #9204B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9204B9

Black with #9204B9

Text Example


Text Example

White with #9204B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9204B9; }

 p { color: rgb(146,4,185); }

 H1.HeaderClassName
 {
   color: #9204B9;
 }
 .AnyTagClassName
 {
   color: #9204B9;
 }
</style>

background-color css

<style>
 a { background-color: #9204B9; }

 a { background-color: rgb(146,4,185); }

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

border-color css

<style>
 span { border-color: #9204B9; }

 span { border-color: rgb(146,4,185); }

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