Html Css Color HEX #9614DD Dark Violet

📋 copy color: '#9614DD'

red 150 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #9614DD

Tints of Dark Violet #9614DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 38.36%
G = 5.12%
B = 56.52%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9614DD (or 0x9614DD) is known color: Dark Violet. HEX triplet: 96, 14 and DD. RGB value is (150,20,221). Sum of RGB (Red+Green+Blue) = 150+20+221=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #9614DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614DD is #69EB22. Grayscale: #515151. Windows color (decimal): -6941475 or 14488726. OLE color: 14488726.

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

Color convert

RGB 150 20 221 -
CMYK 0.32 0.91 0 0.13
HSL 278.81º 0.83% 0.47% -
HSV(B) 278.81º 0.91% 0.87% -
XYZ 25.88 12.2 69.4 -
YUV 81.78 206.57 176.66 -
System Red Green Blue C M Y K H S L
Decimal 150 20 221 0.32 0.91 0 0.13 278.81 0.83 0.47
Hex 96 14 DD 20 5B 0 D 117 53 2F
Octal 226 24 335 40 133 0 15 427 123 57
Binary 10010110 10100 11011101 100000 1011011 0 1101 100010111 1010011 101111

Color Harmonies of #9614DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614DD

Black with #9614DD

Text Example


Text Example

White with #9614DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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