Html Css Color HEX #9313B3 Dark Violet

📋 copy color: '#9313B3'

red 147 ◦ green 19 ◦ blue 179

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

Shades of Dark Violet #9313B3

Tints of Dark Violet #9313B3

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 179 (70.31% from 255) = 51.88%

R = 42.61%
G = 5.51%
B = 51.88%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9313B3 (or 0x9313B3) is known color: Dark Violet. HEX triplet: 93, 13 and B3. RGB value is (147,19,179). Sum of RGB (Red+Green+Blue) = 147+19+179=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #9313B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9313B3 is #6CEC4C. Grayscale: #4B4B4B. Windows color (decimal): -7138381 or 11735955. OLE color: 11735955.

HSL color Cylindrical-coordinate representation of color #9313B3: hue angle of 288º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9313B3 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 19 179 -
CMYK 0.18 0.89 0 0.30
HSL 288º 0.81% 0.39% -
HSV(B) 288º 0.89% 0.7% -
XYZ 20.4 9.92 43.49 -
YUV 75.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 147 19 179 0.18 0.89 0 0.30 288 0.81 0.39
Hex 93 13 B3 12 59 0 1E 120 51 27
Octal 223 23 263 22 131 0 36 440 121 47
Binary 10010011 10011 10110011 10010 1011001 0 11110 100100000 1010001 100111

Color Harmonies of #9313B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9313B3

Black with #9313B3

Text Example


Text Example

White with #9313B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9313B3; }

 p { color: rgb(147,19,179); }

 H1.HeaderClassName
 {
   color: #9313B3;
 }
 .AnyTagClassName
 {
   color: #9313B3;
 }
</style>

background-color css

<style>
 a { background-color: #9313B3; }

 a { background-color: rgb(147,19,179); }

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

border-color css

<style>
 span { border-color: #9313B3; }

 span { border-color: rgb(147,19,179); }

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