Html Css Color HEX #9615D9 Dark Violet

📋 copy color: '#9615D9'

red 150 ◦ green 21 ◦ blue 217

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

Shades of Dark Violet #9615D9

Tints of Dark Violet #9615D9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

 BLUE value IS 217 (85.16% from 255) = 55.93%

R = 38.66%
G = 5.41%
B = 55.93%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9615D9 (or 0x9615D9) is known color: Dark Violet. HEX triplet: 96, 15 and D9. RGB value is (150,21,217). Sum of RGB (Red+Green+Blue) = 150+21+217=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #9615D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615D9 is #69EA26. Grayscale: #515151. Windows color (decimal): -6941223 or 14226838. OLE color: 14226838.

HSL color Cylindrical-coordinate representation of color #9615D9: hue angle of 279.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9615D9 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 21 217 -
CMYK 0.31 0.90 0 0.15
HSL 279.49º 0.82% 0.47% -
HSV(B) 279.49º 0.9% 0.85% -
XYZ 25.37 12.03 66.63 -
YUV 81.92 204.24 176.56 -
System Red Green Blue C M Y K H S L
Decimal 150 21 217 0.31 0.90 0 0.15 279.49 0.82 0.47
Hex 96 15 D9 1F 5A 0 F 117 52 2F
Octal 226 25 331 37 132 0 17 427 122 57
Binary 10010110 10101 11011001 11111 1011010 0 1111 100010111 1010010 101111

Color Harmonies of #9615D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9615D9

Black with #9615D9

Text Example


Text Example

White with #9615D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9615D9; }

 p { color: rgb(150,21,217); }

 H1.HeaderClassName
 {
   color: #9615D9;
 }
 .AnyTagClassName
 {
   color: #9615D9;
 }
</style>

background-color css

<style>
 a { background-color: #9615D9; }

 a { background-color: rgb(150,21,217); }

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

border-color css

<style>
 span { border-color: #9615D9; }

 span { border-color: rgb(150,21,217); }

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