Html Css Color HEX #9B05EF Dark Violet

📋 copy color: '#9B05EF'

red 155 ◦ green 5 ◦ blue 239

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

Shades of Dark Violet #9B05EF

Tints of Dark Violet #9B05EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 38.85%
G = 1.25%
B = 59.9%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B05EF (or 0x9B05EF) is known color: Dark Violet. HEX triplet: 9B, 05 and EF. RGB value is (155,5,239). Sum of RGB (Red+Green+Blue) = 155+5+239=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B05EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B05EF is #64FA10. Grayscale: #4B4B4B. Windows color (decimal): -6617617 or 15664539. OLE color: 15664539.

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

Color convert

RGB 155 5 239 -
CMYK 0.35 0.98 0 0.06
HSL 278.46º 0.96% 0.48% -
HSV(B) 278.46º 0.98% 0.94% -
XYZ 29.15 13.31 82.69 -
YUV 76.53 219.7 183.97 -
System Red Green Blue C M Y K H S L
Decimal 155 5 239 0.35 0.98 0 0.06 278.46 0.96 0.48
Hex 9B 5 EF 23 62 0 6 116 60 30
Octal 233 5 357 43 142 0 6 426 140 60
Binary 10011011 101 11101111 100011 1100010 0 110 100010110 1100000 110000

Color Harmonies of #9B05EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B05EF

Black with #9B05EF

Text Example


Text Example

White with #9B05EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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