Html Css Color HEX #9502B3 Dark Violet

📋 copy color: '#9502B3'

red 149 ◦ green 2 ◦ blue 179

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

Shades of Dark Violet #9502B3

Tints of Dark Violet #9502B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.24%

R = 45.15%
G = 0.61%
B = 54.24%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9502B3 (or 0x9502B3) is known color: Dark Violet. HEX triplet: 95, 02 and B3. RGB value is (149,2,179). Sum of RGB (Red+Green+Blue) = 149+2+179=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #9502B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502B3 is #6AFD4C. Grayscale: #414141. Windows color (decimal): -7011661 or 11731605. OLE color: 11731605.

HSL color Cylindrical-coordinate representation of color #9502B3: hue angle of 289.83º 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 #9502B3 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 2 179 -
CMYK 0.17 0.99 0 0.30
HSL 289.83º 0.98% 0.35% -
HSV(B) 289.83º 0.99% 0.7% -
XYZ 20.55 9.69 43.43 -
YUV 66.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 149 2 179 0.17 0.99 0 0.30 289.83 0.98 0.35
Hex 95 2 B3 11 63 0 1E 122 62 23
Octal 225 2 263 21 143 0 36 442 142 43
Binary 10010101 10 10110011 10001 1100011 0 11110 100100010 1100010 100011

Color Harmonies of #9502B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502B3

Black with #9502B3

Text Example


Text Example

White with #9502B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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