Html Css Color HEX #9416B6 Dark Violet

📋 copy color: '#9416B6'

red 148 ◦ green 22 ◦ blue 182

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

Shades of Dark Violet #9416B6

Tints of Dark Violet #9416B6

RGB

 RED value IS 148 (58.2% from 255) = 42.05%

 GREEN value IS 22 (8.98% from 255) = 6.25%

 BLUE value IS 182 (71.48% from 255) = 51.7%

R = 42.05%
G = 6.25%
B = 51.7%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9416B6 (or 0x9416B6) is known color: Dark Violet. HEX triplet: 94, 16 and B6. RGB value is (148,22,182). Sum of RGB (Red+Green+Blue) = 148+22+182=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #9416B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416B6 is #6BE949. Grayscale: #4D4D4D. Windows color (decimal): -7072074 or 11933332. OLE color: 11933332.

HSL color Cylindrical-coordinate representation of color #9416B6: hue angle of 287.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9416B6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 22 182 -
CMYK 0.19 0.88 0 0.29
HSL 287.25º 0.78% 0.4% -
HSV(B) 287.25º 0.88% 0.71% -
XYZ 20.94 10.25 45.13 -
YUV 77.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 148 22 182 0.19 0.88 0 0.29 287.25 0.78 0.4
Hex 94 16 B6 13 58 0 1D 11F 4E 28
Octal 224 26 266 23 130 0 35 437 116 50
Binary 10010100 10110 10110110 10011 1011000 0 11101 100011111 1001110 101000

Color Harmonies of #9416B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9416B6

Black with #9416B6

Text Example


Text Example

White with #9416B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9416B6; }

 p { color: rgb(148,22,182); }

 H1.HeaderClassName
 {
   color: #9416B6;
 }
 .AnyTagClassName
 {
   color: #9416B6;
 }
</style>

background-color css

<style>
 a { background-color: #9416B6; }

 a { background-color: rgb(148,22,182); }

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

border-color css

<style>
 span { border-color: #9416B6; }

 span { border-color: rgb(148,22,182); }

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