Html Css Color HEX #9502C4 Dark Violet

📋 copy color: '#9502C4'

red 149 ◦ green 2 ◦ blue 196

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

Shades of Dark Violet #9502C4

Tints of Dark Violet #9502C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 56.48%

R = 42.94%
G = 0.58%
B = 56.48%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9502C4 (or 0x9502C4) is known color: Dark Violet. HEX triplet: 95, 02 and C4. RGB value is (149,2,196). Sum of RGB (Red+Green+Blue) = 149+2+196=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #9502C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502C4 is #6AFD3B. Grayscale: #434343. Windows color (decimal): -7011644 or 12845717. OLE color: 12845717.

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

Color convert

RGB 149 2 196 -
CMYK 0.24 0.99 0 0.23
HSL 285.46º 0.98% 0.39% -
HSV(B) 285.46º 0.99% 0.77% -
XYZ 22.38 10.42 53.06 -
YUV 68.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 149 2 196 0.24 0.99 0 0.23 285.46 0.98 0.39
Hex 95 2 C4 18 63 0 17 11D 62 27
Octal 225 2 304 30 143 0 27 435 142 47
Binary 10010101 10 11000100 11000 1100011 0 10111 100011101 1100010 100111

Color Harmonies of #9502C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502C4

Black with #9502C4

Text Example


Text Example

White with #9502C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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