Html Css Color HEX #9B00BA Dark Violet

📋 copy color: '#9B00BA'

red 155 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #9B00BA

Tints of Dark Violet #9B00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 45.45%
G = 0%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B00BA (or 0x9B00BA) is known color: Dark Violet. HEX triplet: 9B, 00 and BA. RGB value is (155,0,186). Sum of RGB (Red+Green+Blue) = 155+0+186=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00BA is #64FF45. Grayscale: #424242. Windows color (decimal): -6618950 or 12189851. OLE color: 12189851.

HSL color Cylindrical-coordinate representation of color #9B00BA: hue angle of 290º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00BA is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 0 186 -
CMYK 0.17 1 0 0.27
HSL 290º 1% 0.36% -
HSV(B) 290º 1% 0.73% -
XYZ 22.38 10.51 47.3 -
YUV 67.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 155 0 186 0.17 1 0 0.27 290 1 0.36
Hex 9B 0 BA 11 64 0 1B 122 64 24
Octal 233 0 272 21 144 0 33 442 144 44
Binary 10011011 0 10111010 10001 1100100 0 11011 100100010 1100100 100100

Color Harmonies of #9B00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B00BA

Black with #9B00BA

Text Example


Text Example

White with #9B00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,186); }

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

background-color css

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

 a { background-color: rgb(155,0,186); }

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

border-color css

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

 span { border-color: rgb(155,0,186); }

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