Html Css Color HEX #9614AF Dark Violet

📋 copy color: '#9614AF'

red 150 ◦ green 20 ◦ blue 175

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

Shades of Dark Violet #9614AF

Tints of Dark Violet #9614AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 43.48%
G = 5.8%
B = 50.72%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9614AF (or 0x9614AF) is known color: Dark Violet. HEX triplet: 96, 14 and AF. RGB value is (150,20,175). Sum of RGB (Red+Green+Blue) = 150+20+175=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #9614AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9614AF is #69EB50. Grayscale: #4C4C4C. Windows color (decimal): -6941521 or 11474070. OLE color: 11474070.

HSL color Cylindrical-coordinate representation of color #9614AF: hue angle of 290.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9614AF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 20 175 -
CMYK 0.14 0.89 0 0.31
HSL 290.32º 0.79% 0.38% -
HSV(B) 290.32º 0.89% 0.69% -
XYZ 20.57 10.08 41.42 -
YUV 76.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 150 20 175 0.14 0.89 0 0.31 290.32 0.79 0.38
Hex 96 14 AF E 59 0 1F 122 4F 26
Octal 226 24 257 16 131 0 37 442 117 46
Binary 10010110 10100 10101111 1110 1011001 0 11111 100100010 1001111 100110

Color Harmonies of #9614AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614AF

Black with #9614AF

Text Example


Text Example

White with #9614AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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