Html Css Color HEX #9502BF Dark Violet

📋 copy color: '#9502BF'

red 149 ◦ green 2 ◦ blue 191

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

Shades of Dark Violet #9502BF

Tints of Dark Violet #9502BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.85%

R = 43.57%
G = 0.58%
B = 55.85%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9502BF (or 0x9502BF) is known color: Dark Violet. HEX triplet: 95, 02 and BF. RGB value is (149,2,191). Sum of RGB (Red+Green+Blue) = 149+2+191=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #9502BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502BF is #6AFD40. Grayscale: #424242. Windows color (decimal): -7011649 or 12518037. OLE color: 12518037.

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

Color convert

RGB 149 2 191 -
CMYK 0.22 0.99 0 0.25
HSL 286.67º 0.98% 0.38% -
HSV(B) 286.67º 0.99% 0.75% -
XYZ 21.82 10.19 50.11 -
YUV 67.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 149 2 191 0.22 0.99 0 0.25 286.67 0.98 0.38
Hex 95 2 BF 16 63 0 19 11F 62 26
Octal 225 2 277 26 143 0 31 437 142 46
Binary 10010101 10 10111111 10110 1100011 0 11001 100011111 1100010 100110

Color Harmonies of #9502BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502BF

Black with #9502BF

Text Example


Text Example

White with #9502BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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