Html Css Color HEX #9317DF Blue Violet

📋 copy color: '#9317DF'

red 147 ◦ green 23 ◦ blue 223

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

Shades of Blue Violet #9317DF

Tints of Blue Violet #9317DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 37.4%
G = 5.85%
B = 56.74%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9317DF (or 0x9317DF) is known color: Blue Violet. HEX triplet: 93, 17 and DF. RGB value is (147,23,223). Sum of RGB (Red+Green+Blue) = 147+23+223=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #9317DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9317DF is #6CE820. Grayscale: #525252. Windows color (decimal): -7137313 or 14620563. OLE color: 14620563.

HSL color Cylindrical-coordinate representation of color #9317DF: hue angle of 277.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9317DF is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 23 223 -
CMYK 0.34 0.90 0 0.13
HSL 277.2º 0.81% 0.48% -
HSV(B) 277.2º 0.9% 0.87% -
XYZ 25.66 12.14 70.8 -
YUV 82.88 207.08 173.74 -
System Red Green Blue C M Y K H S L
Decimal 147 23 223 0.34 0.90 0 0.13 277.2 0.81 0.48
Hex 93 17 DF 22 5A 0 D 115 51 30
Octal 223 27 337 42 132 0 15 425 121 60
Binary 10010011 10111 11011111 100010 1011010 0 1101 100010101 1010001 110000

Color Harmonies of #9317DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9317DF

Black with #9317DF

Text Example


Text Example

White with #9317DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9317DF; }

 p { color: rgb(147,23,223); }

 H1.HeaderClassName
 {
   color: #9317DF;
 }
 .AnyTagClassName
 {
   color: #9317DF;
 }
</style>

background-color css

<style>
 a { background-color: #9317DF; }

 a { background-color: rgb(147,23,223); }

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

border-color css

<style>
 span { border-color: #9317DF; }

 span { border-color: rgb(147,23,223); }

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