Html Css Color HEX #9502B2 Dark Violet

📋 copy color: '#9502B2'

red 149 ◦ green 2 ◦ blue 178

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

Shades of Dark Violet #9502B2

Tints of Dark Violet #9502B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.1%

R = 45.29%
G = 0.61%
B = 54.1%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9502B2 (or 0x9502B2) is known color: Dark Violet. HEX triplet: 95, 02 and B2. RGB value is (149,2,178). Sum of RGB (Red+Green+Blue) = 149+2+178=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #9502B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9502B2 is #6AFD4D. Grayscale: #414141. Windows color (decimal): -7011662 or 11666069. OLE color: 11666069.

HSL color Cylindrical-coordinate representation of color #9502B2: hue angle of 290.11º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502B2 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 2 178 -
CMYK 0.16 0.99 0 0.30
HSL 290.11º 0.98% 0.35% -
HSV(B) 290.11º 0.99% 0.7% -
XYZ 20.45 9.65 42.9 -
YUV 66.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 149 2 178 0.16 0.99 0 0.30 290.11 0.98 0.35
Hex 95 2 B2 10 63 0 1E 122 62 23
Octal 225 2 262 20 143 0 36 442 142 43
Binary 10010101 10 10110010 10000 1100011 0 11110 100100010 1100010 100011

Color Harmonies of #9502B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502B2

Black with #9502B2

Text Example


Text Example

White with #9502B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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