Html Css Color HEX #9B02CA Dark Violet

📋 copy color: '#9B02CA'

red 155 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #9B02CA

Tints of Dark Violet #9B02CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 43.18%
G = 0.56%
B = 56.27%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B02CA (or 0x9B02CA) is known color: Dark Violet. HEX triplet: 9B, 02 and CA. RGB value is (155,2,202). Sum of RGB (Red+Green+Blue) = 155+2+202=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B02CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B02CA is #64FD35. Grayscale: #454545. Windows color (decimal): -6618422 or 13238939. OLE color: 13238939.

HSL color Cylindrical-coordinate representation of color #9B02CA: hue angle of 285.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02CA is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 2 202 -
CMYK 0.23 0.99 0 0.21
HSL 285.9º 0.98% 0.4% -
HSV(B) 285.9º 0.99% 0.79% -
XYZ 24.2 11.28 56.78 -
YUV 70.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 155 2 202 0.23 0.99 0 0.21 285.9 0.98 0.4
Hex 9B 2 CA 17 63 0 15 11E 62 28
Octal 233 2 312 27 143 0 25 436 142 50
Binary 10011011 10 11001010 10111 1100011 0 10101 100011110 1100010 101000

Color Harmonies of #9B02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B02CA

Black with #9B02CA

Text Example


Text Example

White with #9B02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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