Html Css Color HEX #9B0ACE Dark Violet

📋 copy color: '#9B0ACE'

red 155 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #9B0ACE

Tints of Dark Violet #9B0ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 41.78%
G = 2.7%
B = 55.53%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B0ACE (or 0x9B0ACE) is known color: Dark Violet. HEX triplet: 9B, 0A and CE. RGB value is (155,10,206). Sum of RGB (Red+Green+Blue) = 155+10+206=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0ACE is #64F531. Grayscale: #4B4B4B. Windows color (decimal): -6616370 or 13503131. OLE color: 13503131.

HSL color Cylindrical-coordinate representation of color #9B0ACE: hue angle of 284.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0ACE is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 10 206 -
CMYK 0.25 0.95 0 0.19
HSL 284.39º 0.91% 0.42% -
HSV(B) 284.39º 0.95% 0.81% -
XYZ 24.77 11.64 59.33 -
YUV 75.7 201.54 184.56 -
System Red Green Blue C M Y K H S L
Decimal 155 10 206 0.25 0.95 0 0.19 284.39 0.91 0.42
Hex 9B A CE 19 5F 0 13 11C 5B 2A
Octal 233 12 316 31 137 0 23 434 133 52
Binary 10011011 1010 11001110 11001 1011111 0 10011 100011100 1011011 101010

Color Harmonies of #9B0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0ACE

Black with #9B0ACE

Text Example


Text Example

White with #9B0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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