Html Css Color HEX #9515CF Dark Violet

📋 copy color: '#9515CF'

red 149 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #9515CF

Tints of Dark Violet #9515CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.57%

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

R = 39.52%
G = 5.57%
B = 54.91%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9515CF (or 0x9515CF) is known color: Dark Violet. HEX triplet: 95, 15 and CF. RGB value is (149,21,207). Sum of RGB (Red+Green+Blue) = 149+21+207=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #9515CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515CF is #6AEA30. Grayscale: #4F4F4F. Windows color (decimal): -7006769 or 13571477. OLE color: 13571477.

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

Color convert

RGB 149 21 207 -
CMYK 0.28 0.90 0 0.19
HSL 281.29º 0.82% 0.45% -
HSV(B) 281.29º 0.9% 0.81% -
XYZ 23.93 11.43 59.98 -
YUV 80.48 199.41 176.88 -
System Red Green Blue C M Y K H S L
Decimal 149 21 207 0.28 0.90 0 0.19 281.29 0.82 0.45
Hex 95 15 CF 1C 5A 0 13 119 52 2D
Octal 225 25 317 34 132 0 23 431 122 55
Binary 10010101 10101 11001111 11100 1011010 0 10011 100011001 1010010 101101

Color Harmonies of #9515CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515CF

Black with #9515CF

Text Example


Text Example

White with #9515CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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