Html Css Color HEX #9B06E6 Dark Violet

📋 copy color: '#9B06E6'

red 155 ◦ green 6 ◦ blue 230

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

Shades of Dark Violet #9B06E6

Tints of Dark Violet #9B06E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.82%

R = 39.64%
G = 1.53%
B = 58.82%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9B06E6 (or 0x9B06E6) is known color: Dark Violet. HEX triplet: 9B, 06 and E6. RGB value is (155,6,230). Sum of RGB (Red+Green+Blue) = 155+6+230=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B06E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B06E6 is #64F919. Grayscale: #4B4B4B. Windows color (decimal): -6617370 or 15074971. OLE color: 15074971.

HSL color Cylindrical-coordinate representation of color #9B06E6: hue angle of 279.91º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B06E6 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 6 230 -
CMYK 0.33 0.97 0 0.10
HSL 279.91º 0.95% 0.46% -
HSV(B) 279.91º 0.97% 0.9% -
XYZ 27.87 12.81 75.87 -
YUV 76.09 214.86 184.29 -
System Red Green Blue C M Y K H S L
Decimal 155 6 230 0.33 0.97 0 0.10 279.91 0.95 0.46
Hex 9B 6 E6 21 61 0 A 118 5F 2E
Octal 233 6 346 41 141 0 12 430 137 56
Binary 10011011 110 11100110 100001 1100001 0 1010 100011000 1011111 101110

Color Harmonies of #9B06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B06E6

Black with #9B06E6

Text Example


Text Example

White with #9B06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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