Html Css Color HEX #9B02B3 Dark Violet

📋 copy color: '#9B02B3'

red 155 ◦ green 2 ◦ blue 179

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

Shades of Dark Violet #9B02B3

Tints of Dark Violet #9B02B3

RGB

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

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

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

R = 46.13%
G = 0.6%
B = 53.27%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9B02B3 (or 0x9B02B3) is known color: Dark Violet. HEX triplet: 9B, 02 and B3. RGB value is (155,2,179). Sum of RGB (Red+Green+Blue) = 155+2+179=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B02B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B02B3 is #64FD4C. Grayscale: #434343. Windows color (decimal): -6618445 or 11731611. OLE color: 11731611.

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

Color convert

RGB 155 2 179 -
CMYK 0.13 0.99 0 0.30
HSL 291.86º 0.98% 0.35% -
HSV(B) 291.86º 0.99% 0.7% -
XYZ 21.68 10.27 43.49 -
YUV 67.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 155 2 179 0.13 0.99 0 0.30 291.86 0.98 0.35
Hex 9B 2 B3 D 63 0 1E 124 62 23
Octal 233 2 263 15 143 0 36 444 142 43
Binary 10011011 10 10110011 1101 1100011 0 11110 100100100 1100010 100011

Color Harmonies of #9B02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B02B3

Black with #9B02B3

Text Example


Text Example

White with #9B02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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