Html Css Color HEX #9501CF Dark Violet

📋 copy color: '#9501CF'

red 149 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #9501CF

Tints of Dark Violet #9501CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 41.74%
G = 0.28%
B = 57.98%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9501CF (or 0x9501CF) is known color: Dark Violet. HEX triplet: 95, 01 and CF. RGB value is (149,1,207). Sum of RGB (Red+Green+Blue) = 149+1+207=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #9501CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501CF is #6AFE30. Grayscale: #444444. Windows color (decimal): -7011889 or 13566357. OLE color: 13566357.

HSL color Cylindrical-coordinate representation of color #9501CF: hue angle of 283.11º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9501CF is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 1 207 -
CMYK 0.28 1.00 0 0.19
HSL 283.11º 0.99% 0.41% -
HSV(B) 283.11º 1% 0.81% -
XYZ 23.67 10.92 59.89 -
YUV 68.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 149 1 207 0.28 1.00 0 0.19 283.11 0.99 0.41
Hex 95 1 CF 1C 64 0 13 11B 63 29
Octal 225 1 317 34 144 0 23 433 143 51
Binary 10010101 1 11001111 11100 1100100 0 10011 100011011 1100011 101001

Color Harmonies of #9501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501CF

Black with #9501CF

Text Example


Text Example

White with #9501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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