Html Css Color HEX #9313BF Dark Violet

📋 copy color: '#9313BF'

red 147 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #9313BF

Tints of Dark Violet #9313BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.5%

R = 41.18%
G = 5.32%
B = 53.5%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9313BF (or 0x9313BF) is known color: Dark Violet. HEX triplet: 93, 13 and BF. RGB value is (147,19,191). Sum of RGB (Red+Green+Blue) = 147+19+191=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #9313BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9313BF is #6CEC40. Grayscale: #4C4C4C. Windows color (decimal): -7138369 or 12522387. OLE color: 12522387.

HSL color Cylindrical-coordinate representation of color #9313BF: hue angle of 284.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9313BF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 19 191 -
CMYK 0.23 0.90 0 0.25
HSL 284.65º 0.82% 0.41% -
HSV(B) 284.65º 0.9% 0.75% -
XYZ 21.67 10.43 50.16 -
YUV 76.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 147 19 191 0.23 0.90 0 0.25 284.65 0.82 0.41
Hex 93 13 BF 17 5A 0 19 11D 52 29
Octal 223 23 277 27 132 0 31 435 122 51
Binary 10010011 10011 10111111 10111 1011010 0 11001 100011101 1010010 101001

Color Harmonies of #9313BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9313BF

Black with #9313BF

Text Example


Text Example

White with #9313BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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