Html Css Color HEX #9617DA Dark Violet

📋 copy color: '#9617DA'

red 150 ◦ green 23 ◦ blue 218

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

Shades of Dark Violet #9617DA

Tints of Dark Violet #9617DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.88%

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 38.36%
G = 5.88%
B = 55.75%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9617DA (or 0x9617DA) is known color: Dark Violet. HEX triplet: 96, 17 and DA. RGB value is (150,23,218). Sum of RGB (Red+Green+Blue) = 150+23+218=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #9617DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617DA is #69E825. Grayscale: #525252. Windows color (decimal): -6940710 or 14292886. OLE color: 14292886.

HSL color Cylindrical-coordinate representation of color #9617DA: hue angle of 279.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9617DA is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 23 218 -
CMYK 0.31 0.89 0 0.15
HSL 279.08º 0.81% 0.47% -
HSV(B) 279.08º 0.89% 0.85% -
XYZ 25.54 12.16 67.33 -
YUV 83.2 204.08 175.64 -
System Red Green Blue C M Y K H S L
Decimal 150 23 218 0.31 0.89 0 0.15 279.08 0.81 0.47
Hex 96 17 DA 1F 59 0 F 117 51 2F
Octal 226 27 332 37 131 0 17 427 121 57
Binary 10010110 10111 11011010 11111 1011001 0 1111 100010111 1010001 101111

Color Harmonies of #9617DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9617DA

Black with #9617DA

Text Example


Text Example

White with #9617DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9617DA; }

 p { color: rgb(150,23,218); }

 H1.HeaderClassName
 {
   color: #9617DA;
 }
 .AnyTagClassName
 {
   color: #9617DA;
 }
</style>

background-color css

<style>
 a { background-color: #9617DA; }

 a { background-color: rgb(150,23,218); }

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

border-color css

<style>
 span { border-color: #9617DA; }

 span { border-color: rgb(150,23,218); }

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