Html Css Color HEX #9501AF Dark Violet

📋 copy color: '#9501AF'

red 149 ◦ green 1 ◦ blue 175

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

Shades of Dark Violet #9501AF

Tints of Dark Violet #9501AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 45.85%
G = 0.31%
B = 53.85%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9501AF (or 0x9501AF) is known color: Dark Violet. HEX triplet: 95, 01 and AF. RGB value is (149,1,175). Sum of RGB (Red+Green+Blue) = 149+1+175=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #9501AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9501AF is #6AFE50. Grayscale: #404040. Windows color (decimal): -7011921 or 11469205. OLE color: 11469205.

HSL color Cylindrical-coordinate representation of color #9501AF: hue angle of 291.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501AF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 1 175 -
CMYK 0.15 0.99 0 0.31
HSL 291.03º 0.99% 0.35% -
HSV(B) 291.03º 0.99% 0.69% -
XYZ 20.14 9.51 41.33 -
YUV 65.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 149 1 175 0.15 0.99 0 0.31 291.03 0.99 0.35
Hex 95 1 AF F 63 0 1F 123 63 23
Octal 225 1 257 17 143 0 37 443 143 43
Binary 10010101 1 10101111 1111 1100011 0 11111 100100011 1100011 100011

Color Harmonies of #9501AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501AF

Black with #9501AF

Text Example


Text Example

White with #9501AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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