Html Css Color HEX #9B02EE Dark Violet

📋 copy color: '#9B02EE'

red 155 ◦ green 2 ◦ blue 238

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

Shades of Dark Violet #9B02EE

Tints of Dark Violet #9B02EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.25%

R = 39.24%
G = 0.51%
B = 60.25%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B02EE (or 0x9B02EE) is known color: Dark Violet. HEX triplet: 9B, 02 and EE. RGB value is (155,2,238). Sum of RGB (Red+Green+Blue) = 155+2+238=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B02EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B02EE is #64FD11. Grayscale: #494949. Windows color (decimal): -6618386 or 15598235. OLE color: 15598235.

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

Color convert

RGB 155 2 238 -
CMYK 0.35 0.99 0 0.07
HSL 278.9º 0.98% 0.47% -
HSV(B) 278.9º 0.99% 0.93% -
XYZ 28.97 13.19 81.91 -
YUV 74.65 220.19 185.31 -
System Red Green Blue C M Y K H S L
Decimal 155 2 238 0.35 0.99 0 0.07 278.9 0.98 0.47
Hex 9B 2 EE 23 63 0 7 117 62 2F
Octal 233 2 356 43 143 0 7 427 142 57
Binary 10011011 10 11101110 100011 1100011 0 111 100010111 1100010 101111

Color Harmonies of #9B02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B02EE

Black with #9B02EE

Text Example


Text Example

White with #9B02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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