Html Css Color HEX #9614DF Dark Violet

📋 copy color: '#9614DF'

red 150 ◦ green 20 ◦ blue 223

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

Shades of Dark Violet #9614DF

Tints of Dark Violet #9614DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 38.17%
G = 5.09%
B = 56.74%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9614DF (or 0x9614DF) is known color: Dark Violet. HEX triplet: 96, 14 and DF. RGB value is (150,20,223). Sum of RGB (Red+Green+Blue) = 150+20+223=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #9614DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614DF is #69EB20. Grayscale: #515151. Windows color (decimal): -6941473 or 14619798. OLE color: 14619798.

HSL color Cylindrical-coordinate representation of color #9614DF: hue angle of 278.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9614DF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 20 223 -
CMYK 0.33 0.91 0 0.13
HSL 278.42º 0.84% 0.48% -
HSV(B) 278.42º 0.91% 0.87% -
XYZ 26.15 12.31 70.81 -
YUV 82.01 207.57 176.49 -
System Red Green Blue C M Y K H S L
Decimal 150 20 223 0.33 0.91 0 0.13 278.42 0.84 0.48
Hex 96 14 DF 21 5B 0 D 116 54 30
Octal 226 24 337 41 133 0 15 426 124 60
Binary 10010110 10100 11011111 100001 1011011 0 1101 100010110 1010100 110000

Color Harmonies of #9614DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614DF

Black with #9614DF

Text Example


Text Example

White with #9614DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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