Html Css Color HEX #9316B6 Dark Violet

📋 copy color: '#9316B6'

red 147 ◦ green 22 ◦ blue 182

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

Shades of Dark Violet #9316B6

Tints of Dark Violet #9316B6

RGB

 RED value IS 147 (57.81% from 255) = 41.88%

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

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

R = 41.88%
G = 6.27%
B = 51.85%

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

#9316B6 (or 0x9316B6) is known color: Dark Violet. HEX triplet: 93, 16 and B6. RGB value is (147,22,182). Sum of RGB (Red+Green+Blue) = 147+22+182=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #9316B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316B6 is #6CE949. Grayscale: #4D4D4D. Windows color (decimal): -7137610 or 11933331. OLE color: 11933331.

HSL color Cylindrical-coordinate representation of color #9316B6: hue angle of 286.88º 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 #9316B6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 22 182 -
CMYK 0.19 0.88 0 0.29
HSL 286.88º 0.78% 0.4% -
HSV(B) 286.88º 0.88% 0.71% -
XYZ 20.76 10.15 45.12 -
YUV 77.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 147 22 182 0.19 0.88 0 0.29 286.88 0.78 0.4
Hex 93 16 B6 13 58 0 1D 11F 4E 28
Octal 223 26 266 23 130 0 35 437 116 50
Binary 10010011 10110 10110110 10011 1011000 0 11101 100011111 1001110 101000

Color Harmonies of #9316B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9316B6

Black with #9316B6

Text Example


Text Example

White with #9316B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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