Html Css Color HEX #9614DB Dark Violet

📋 copy color: '#9614DB'

red 150 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #9614DB

Tints of Dark Violet #9614DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 38.56%
G = 5.14%
B = 56.3%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9614DB (or 0x9614DB) is known color: Dark Violet. HEX triplet: 96, 14 and DB. RGB value is (150,20,219). Sum of RGB (Red+Green+Blue) = 150+20+219=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #9614DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614DB is #69EB24. Grayscale: #505050. Windows color (decimal): -6941477 or 14357654. OLE color: 14357654.

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

Color convert

RGB 150 20 219 -
CMYK 0.32 0.91 0 0.14
HSL 279.2º 0.83% 0.47% -
HSV(B) 279.2º 0.91% 0.86% -
XYZ 25.61 12.1 68 -
YUV 81.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 150 20 219 0.32 0.91 0 0.14 279.2 0.83 0.47
Hex 96 14 DB 20 5B 0 E 117 53 2F
Octal 226 24 333 40 133 0 16 427 123 57
Binary 10010110 10100 11011011 100000 1011011 0 1110 100010111 1010011 101111

Color Harmonies of #9614DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614DB

Black with #9614DB

Text Example


Text Example

White with #9614DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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