Html Css Color HEX #9B14BA Dark Violet

📋 copy color: '#9B14BA'

red 155 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #9B14BA

Tints of Dark Violet #9B14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

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

R = 42.94%
G = 5.54%
B = 51.52%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B14BA (or 0x9B14BA) is known color: Dark Violet. HEX triplet: 9B, 14 and BA. RGB value is (155,20,186). Sum of RGB (Red+Green+Blue) = 155+20+186=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B14BA is #64EB45. Grayscale: #4E4E4E. Windows color (decimal): -6613830 or 12194971. OLE color: 12194971.

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

Color convert

RGB 155 20 186 -
CMYK 0.17 0.89 0 0.27
HSL 288.8º 0.81% 0.4% -
HSV(B) 288.8º 0.89% 0.73% -
XYZ 22.63 11.01 47.39 -
YUV 79.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 155 20 186 0.17 0.89 0 0.27 288.8 0.81 0.4
Hex 9B 14 BA 11 59 0 1B 121 51 28
Octal 233 24 272 21 131 0 33 441 121 50
Binary 10011011 10100 10111010 10001 1011001 0 11011 100100001 1010001 101000

Color Harmonies of #9B14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B14BA

Black with #9B14BA

Text Example


Text Example

White with #9B14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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