Html Css Color HEX #9B0AEF Dark Violet

📋 copy color: '#9B0AEF'

red 155 ◦ green 10 ◦ blue 239

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

Shades of Dark Violet #9B0AEF

Tints of Dark Violet #9B0AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 38.37%
G = 2.48%
B = 59.16%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B0AEF (or 0x9B0AEF) is known color: Dark Violet. HEX triplet: 9B, 0A and EF. RGB value is (155,10,239). Sum of RGB (Red+Green+Blue) = 155+10+239=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B0AEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0AEF is #64F510. Grayscale: #4E4E4E. Windows color (decimal): -6616337 or 15665819. OLE color: 15665819.

HSL color Cylindrical-coordinate representation of color #9B0AEF: hue angle of 277.99º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0AEF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 10 239 -
CMYK 0.35 0.96 0 0.06
HSL 277.99º 0.92% 0.49% -
HSV(B) 277.99º 0.96% 0.94% -
XYZ 29.21 13.42 82.71 -
YUV 79.46 218.04 181.88 -
System Red Green Blue C M Y K H S L
Decimal 155 10 239 0.35 0.96 0 0.06 277.99 0.92 0.49
Hex 9B A EF 23 60 0 6 116 5C 31
Octal 233 12 357 43 140 0 6 426 134 61
Binary 10011011 1010 11101111 100011 1100000 0 110 100010110 1011100 110001

Color Harmonies of #9B0AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0AEF

Black with #9B0AEF

Text Example


Text Example

White with #9B0AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,239); }

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

background-color css

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

 a { background-color: rgb(155,10,239); }

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

border-color css

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

 span { border-color: rgb(155,10,239); }

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