Html Css Color HEX #9614BA Dark Violet

📋 copy color: '#9614BA'

red 150 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #9614BA

Tints of Dark Violet #9614BA

RGB

 RED value IS 150 (58.98% from 255) = 42.13%

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

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

R = 42.13%
G = 5.62%
B = 52.25%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9614BA (or 0x9614BA) is known color: Dark Violet. HEX triplet: 96, 14 and BA. RGB value is (150,20,186). Sum of RGB (Red+Green+Blue) = 150+20+186=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9614BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614BA is #69EB45. Grayscale: #4D4D4D. Windows color (decimal): -6941510 or 12194966. OLE color: 12194966.

HSL color Cylindrical-coordinate representation of color #9614BA: hue angle of 286.99º 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 #9614BA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 20 186 -
CMYK 0.19 0.89 0 0.27
HSL 286.99º 0.81% 0.4% -
HSV(B) 286.99º 0.89% 0.73% -
XYZ 21.69 10.53 47.34 -
YUV 77.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 150 20 186 0.19 0.89 0 0.27 286.99 0.81 0.4
Hex 96 14 BA 13 59 0 1B 11F 51 28
Octal 226 24 272 23 131 0 33 437 121 50
Binary 10010110 10100 10111010 10011 1011001 0 11011 100011111 1010001 101000

Color Harmonies of #9614BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614BA

Black with #9614BA

Text Example


Text Example

White with #9614BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9614BA; }

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

 H1.HeaderClassName
 {
   color: #9614BA;
 }
 .AnyTagClassName
 {
   color: #9614BA;
 }
</style>

background-color css

<style>
 a { background-color: #9614BA; }

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

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

border-color css

<style>
 span { border-color: #9614BA; }

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

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