Html Css Color HEX #9B06E1 Dark Violet

📋 copy color: '#9B06E1'

red 155 ◦ green 6 ◦ blue 225

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

Shades of Dark Violet #9B06E1

Tints of Dark Violet #9B06E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 225 (88.28% from 255) = 58.29%

R = 40.16%
G = 1.55%
B = 58.29%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9B06E1 (or 0x9B06E1) is known color: Dark Violet. HEX triplet: 9B, 06 and E1. RGB value is (155,6,225). Sum of RGB (Red+Green+Blue) = 155+6+225=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 225 (88.28% from 255 or 58.29% from 386); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B06E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B06E1 is #64F91E. Grayscale: #4A4A4A. Windows color (decimal): -6617375 or 14747291. OLE color: 14747291.

HSL color Cylindrical-coordinate representation of color #9B06E1: hue angle of 280.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B06E1 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 6 225 -
CMYK 0.31 0.97 0 0.12
HSL 280.82º 0.95% 0.45% -
HSV(B) 280.82º 0.97% 0.88% -
XYZ 27.17 12.54 72.22 -
YUV 75.52 212.36 184.69 -
System Red Green Blue C M Y K H S L
Decimal 155 6 225 0.31 0.97 0 0.12 280.82 0.95 0.45
Hex 9B 6 E1 1F 61 0 C 119 5F 2D
Octal 233 6 341 37 141 0 14 431 137 55
Binary 10011011 110 11100001 11111 1100001 0 1100 100011001 1011111 101101

Color Harmonies of #9B06E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B06E1

Black with #9B06E1

Text Example


Text Example

White with #9B06E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,6,225); }

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

background-color css

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

 a { background-color: rgb(155,6,225); }

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

border-color css

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

 span { border-color: rgb(155,6,225); }

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