Html Css Color HEX #9B02AF Dark Violet

📋 copy color: '#9B02AF'

red 155 ◦ green 2 ◦ blue 175

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

Shades of Dark Violet #9B02AF

Tints of Dark Violet #9B02AF

RGB

 RED value IS 155 (60.94% from 255) = 46.69%

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

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 46.69%
G = 0.6%
B = 52.71%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B02AF (or 0x9B02AF) is known color: Dark Violet. HEX triplet: 9B, 02 and AF. RGB value is (155,2,175). Sum of RGB (Red+Green+Blue) = 155+2+175=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B02AF is #64FD50. Grayscale: #424242. Windows color (decimal): -6618449 or 11469467. OLE color: 11469467.

HSL color Cylindrical-coordinate representation of color #9B02AF: hue angle of 293.06º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02AF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 2 175 -
CMYK 0.11 0.99 0 0.31
HSL 293.06º 0.98% 0.35% -
HSV(B) 293.06º 0.99% 0.69% -
XYZ 21.28 10.11 41.39 -
YUV 67.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 155 2 175 0.11 0.99 0 0.31 293.06 0.98 0.35
Hex 9B 2 AF B 63 0 1F 125 62 23
Octal 233 2 257 13 143 0 37 445 142 43
Binary 10011011 10 10101111 1011 1100011 0 11111 100100101 1100010 100011

Color Harmonies of #9B02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B02AF

Black with #9B02AF

Text Example


Text Example

White with #9B02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B02AF; }

 p { color: rgb(155,2,175); }

 H1.HeaderClassName
 {
   color: #9B02AF;
 }
 .AnyTagClassName
 {
   color: #9B02AF;
 }
</style>

background-color css

<style>
 a { background-color: #9B02AF; }

 a { background-color: rgb(155,2,175); }

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

border-color css

<style>
 span { border-color: #9B02AF; }

 span { border-color: rgb(155,2,175); }

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