Html Css Color HEX #9502FB Dark Violet

📋 copy color: '#9502FB'

red 149 ◦ green 2 ◦ blue 251

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

Shades of Dark Violet #9502FB

Tints of Dark Violet #9502FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.44%

R = 37.06%
G = 0.5%
B = 62.44%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9502FB (or 0x9502FB) is known color: Dark Violet. HEX triplet: 95, 02 and FB. RGB value is (149,2,251). Sum of RGB (Red+Green+Blue) = 149+2+251=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #9502FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9502FB is #6AFD04. Grayscale: #494949. Windows color (decimal): -7011589 or 16450197. OLE color: 16450197.

HSL color Cylindrical-coordinate representation of color #9502FB: hue angle of 275.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502FB is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 2 251 -
CMYK 0.41 0.99 0 0.02
HSL 275.42º 0.98% 0.5% -
HSV(B) 275.42º 0.99% 0.98% -
XYZ 29.83 13.4 92.28 -
YUV 74.34 227.7 181.25 -
System Red Green Blue C M Y K H S L
Decimal 149 2 251 0.41 0.99 0 0.02 275.42 0.98 0.5
Hex 95 2 FB 29 63 0 2 113 62 32
Octal 225 2 373 51 143 0 2 423 142 62
Binary 10010101 10 11111011 101001 1100011 0 10 100010011 1100010 110010

Color Harmonies of #9502FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502FB

Black with #9502FB

Text Example


Text Example

White with #9502FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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