Html Css Color HEX #9517CF Dark Violet

📋 copy color: '#9517CF'

red 149 ◦ green 23 ◦ blue 207

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

Shades of Dark Violet #9517CF

Tints of Dark Violet #9517CF

RGB

 RED value IS 149 (58.59% from 255) = 39.31%

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

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 39.31%
G = 6.07%
B = 54.62%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9517CF (or 0x9517CF) is known color: Dark Violet. HEX triplet: 95, 17 and CF. RGB value is (149,23,207). Sum of RGB (Red+Green+Blue) = 149+23+207=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #9517CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9517CF is #6AE830. Grayscale: #515151. Windows color (decimal): -7006257 or 13571989. OLE color: 13571989.

HSL color Cylindrical-coordinate representation of color #9517CF: hue angle of 281.09º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9517CF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 23 207 -
CMYK 0.28 0.89 0 0.19
HSL 281.09º 0.8% 0.45% -
HSV(B) 281.09º 0.89% 0.81% -
XYZ 23.96 11.51 59.99 -
YUV 81.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 149 23 207 0.28 0.89 0 0.19 281.09 0.8 0.45
Hex 95 17 CF 1C 59 0 13 119 50 2D
Octal 225 27 317 34 131 0 23 431 120 55
Binary 10010101 10111 11001111 11100 1011001 0 10011 100011001 1010000 101101

Color Harmonies of #9517CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9517CF

Black with #9517CF

Text Example


Text Example

White with #9517CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9517CF; }

 p { color: rgb(149,23,207); }

 H1.HeaderClassName
 {
   color: #9517CF;
 }
 .AnyTagClassName
 {
   color: #9517CF;
 }
</style>

background-color css

<style>
 a { background-color: #9517CF; }

 a { background-color: rgb(149,23,207); }

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

border-color css

<style>
 span { border-color: #9517CF; }

 span { border-color: rgb(149,23,207); }

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