Html Css Color HEX #9316B7 Dark Violet

📋 copy color: '#9316B7'

red 147 ◦ green 22 ◦ blue 183

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

Shades of Dark Violet #9316B7

Tints of Dark Violet #9316B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.99%

R = 41.76%
G = 6.25%
B = 51.99%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9316B7 (or 0x9316B7) is known color: Dark Violet. HEX triplet: 93, 16 and B7. RGB value is (147,22,183). Sum of RGB (Red+Green+Blue) = 147+22+183=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #9316B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316B7 is #6CE948. Grayscale: #4D4D4D. Windows color (decimal): -7137609 or 11998867. OLE color: 11998867.

HSL color Cylindrical-coordinate representation of color #9316B7: hue angle of 286.58º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9316B7 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 22 183 -
CMYK 0.20 0.88 0 0.28
HSL 286.58º 0.79% 0.4% -
HSV(B) 286.58º 0.88% 0.72% -
XYZ 20.87 10.2 45.67 -
YUV 77.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 147 22 183 0.20 0.88 0 0.28 286.58 0.79 0.4
Hex 93 16 B7 14 58 0 1C 11F 4F 28
Octal 223 26 267 24 130 0 34 437 117 50
Binary 10010011 10110 10110111 10100 1011000 0 11100 100011111 1001111 101000

Color Harmonies of #9316B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9316B7

Black with #9316B7

Text Example


Text Example

White with #9316B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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