Html Css Color HEX #9507C9 Dark Violet

📋 copy color: '#9507C9'

red 149 ◦ green 7 ◦ blue 201

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

Shades of Dark Violet #9507C9

Tints of Dark Violet #9507C9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 201 (78.91% from 255) = 56.3%

R = 41.74%
G = 1.96%
B = 56.3%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9507C9 (or 0x9507C9) is known color: Dark Violet. HEX triplet: 95, 07 and C9. RGB value is (149,7,201). Sum of RGB (Red+Green+Blue) = 149+7+201=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #9507C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9507C9 is #6AF836. Grayscale: #464646. Windows color (decimal): -7010359 or 13174677. OLE color: 13174677.

HSL color Cylindrical-coordinate representation of color #9507C9: hue angle of 283.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9507C9 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 7 201 -
CMYK 0.26 0.97 0 0.21
HSL 283.92º 0.93% 0.41% -
HSV(B) 283.92º 0.97% 0.79% -
XYZ 23.01 10.76 56.12 -
YUV 71.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 149 7 201 0.26 0.97 0 0.21 283.92 0.93 0.41
Hex 95 7 C9 1A 61 0 15 11C 5D 29
Octal 225 7 311 32 141 0 25 434 135 51
Binary 10010101 111 11001001 11010 1100001 0 10101 100011100 1011101 101001

Color Harmonies of #9507C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9507C9

Black with #9507C9

Text Example


Text Example

White with #9507C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9507C9; }

 p { color: rgb(149,7,201); }

 H1.HeaderClassName
 {
   color: #9507C9;
 }
 .AnyTagClassName
 {
   color: #9507C9;
 }
</style>

background-color css

<style>
 a { background-color: #9507C9; }

 a { background-color: rgb(149,7,201); }

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

border-color css

<style>
 span { border-color: #9507C9; }

 span { border-color: rgb(149,7,201); }

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