Html Css Color HEX #9616D7 Dark Violet

📋 copy color: '#9616D7'

red 150 ◦ green 22 ◦ blue 215

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

Shades of Dark Violet #9616D7

Tints of Dark Violet #9616D7

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.68%

 BLUE value IS 215 (84.38% from 255) = 55.56%

R = 38.76%
G = 5.68%
B = 55.56%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9616D7 (or 0x9616D7) is known color: Dark Violet. HEX triplet: 96, 16 and D7. RGB value is (150,22,215). Sum of RGB (Red+Green+Blue) = 150+22+215=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 215 (84.38% from 255 or 55.56% from 387); Max value from RGB is 215 - color contains mainly: blue. Hex color #9616D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9616D7 is #69E928. Grayscale: #515151. Windows color (decimal): -6940969 or 14096022. OLE color: 14096022.

HSL color Cylindrical-coordinate representation of color #9616D7: hue angle of 279.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9616D7 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 22 215 -
CMYK 0.30 0.90 0 0.16
HSL 279.79º 0.81% 0.46% -
HSV(B) 279.79º 0.9% 0.84% -
XYZ 25.13 11.96 65.27 -
YUV 82.27 202.91 176.31 -
System Red Green Blue C M Y K H S L
Decimal 150 22 215 0.30 0.90 0 0.16 279.79 0.81 0.46
Hex 96 16 D7 1E 5A 0 10 118 51 2E
Octal 226 26 327 36 132 0 20 430 121 56
Binary 10010110 10110 11010111 11110 1011010 0 10000 100011000 1010001 101110

Color Harmonies of #9616D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9616D7

Black with #9616D7

Text Example


Text Example

White with #9616D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9616D7; }

 p { color: rgb(150,22,215); }

 H1.HeaderClassName
 {
   color: #9616D7;
 }
 .AnyTagClassName
 {
   color: #9616D7;
 }
</style>

background-color css

<style>
 a { background-color: #9616D7; }

 a { background-color: rgb(150,22,215); }

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

border-color css

<style>
 span { border-color: #9616D7; }

 span { border-color: rgb(150,22,215); }

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