Html Css Color HEX #9B01EE Dark Violet

📋 copy color: '#9B01EE'

red 155 ◦ green 1 ◦ blue 238

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

Shades of Dark Violet #9B01EE

Tints of Dark Violet #9B01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 39.34%
G = 0.25%
B = 60.41%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B01EE (or 0x9B01EE) is known color: Dark Violet. HEX triplet: 9B, 01 and EE. RGB value is (155,1,238). Sum of RGB (Red+Green+Blue) = 155+1+238=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B01EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B01EE is #64FE11. Grayscale: #494949. Windows color (decimal): -6618642 or 15597979. OLE color: 15597979.

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

Color convert

RGB 155 1 238 -
CMYK 0.35 1.00 0 0.07
HSL 278.99º 0.99% 0.47% -
HSV(B) 278.99º 1% 0.93% -
XYZ 28.96 13.16 81.9 -
YUV 74.06 220.52 185.73 -
System Red Green Blue C M Y K H S L
Decimal 155 1 238 0.35 1.00 0 0.07 278.99 0.99 0.47
Hex 9B 1 EE 23 64 0 7 117 63 2F
Octal 233 1 356 43 144 0 7 427 143 57
Binary 10011011 1 11101110 100011 1100100 0 111 100010111 1100011 101111

Color Harmonies of #9B01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B01EE

Black with #9B01EE

Text Example


Text Example

White with #9B01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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