Html Css Color HEX #9502C6 Dark Violet

📋 copy color: '#9502C6'

red 149 ◦ green 2 ◦ blue 198

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

Shades of Dark Violet #9502C6

Tints of Dark Violet #9502C6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 198 (77.73% from 255) = 56.73%

R = 42.69%
G = 0.57%
B = 56.73%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9502C6 (or 0x9502C6) is known color: Dark Violet. HEX triplet: 95, 02 and C6. RGB value is (149,2,198). Sum of RGB (Red+Green+Blue) = 149+2+198=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 198 (77.73% from 255 or 56.73% from 349); Max value from RGB is 198 - color contains mainly: blue. Hex color #9502C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502C6 is #6AFD39. Grayscale: #434343. Windows color (decimal): -7011642 or 12976789. OLE color: 12976789.

HSL color Cylindrical-coordinate representation of color #9502C6: hue angle of 285º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502C6 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 2 198 -
CMYK 0.25 0.99 0 0.22
HSL 285º 0.98% 0.39% -
HSV(B) 285º 0.99% 0.78% -
XYZ 22.61 10.51 54.26 -
YUV 68.3 201.2 185.56 -
System Red Green Blue C M Y K H S L
Decimal 149 2 198 0.25 0.99 0 0.22 285 0.98 0.39
Hex 95 2 C6 19 63 0 16 11D 62 27
Octal 225 2 306 31 143 0 26 435 142 47
Binary 10010101 10 11000110 11001 1100011 0 10110 100011101 1100010 100111

Color Harmonies of #9502C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502C6

Black with #9502C6

Text Example


Text Example

White with #9502C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9502C6; }

 p { color: rgb(149,2,198); }

 H1.HeaderClassName
 {
   color: #9502C6;
 }
 .AnyTagClassName
 {
   color: #9502C6;
 }
</style>

background-color css

<style>
 a { background-color: #9502C6; }

 a { background-color: rgb(149,2,198); }

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

border-color css

<style>
 span { border-color: #9502C6; }

 span { border-color: rgb(149,2,198); }

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