Html Css Color HEX #9618D5 Dark Violet

📋 copy color: '#9618D5'

red 150 ◦ green 24 ◦ blue 213

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

Shades of Dark Violet #9618D5

Tints of Dark Violet #9618D5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

 BLUE value IS 213 (83.59% from 255) = 55.04%

R = 38.76%
G = 6.2%
B = 55.04%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9618D5 (or 0x9618D5) is known color: Dark Violet. HEX triplet: 96, 18 and D5. RGB value is (150,24,213). Sum of RGB (Red+Green+Blue) = 150+24+213=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #9618D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618D5 is #69E72A. Grayscale: #525252. Windows color (decimal): -6940459 or 13965462. OLE color: 13965462.

HSL color Cylindrical-coordinate representation of color #9618D5: hue angle of 280º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9618D5 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 24 213 -
CMYK 0.30 0.89 0 0.16
HSL 280º 0.8% 0.46% -
HSV(B) 280º 0.89% 0.84% -
XYZ 24.91 11.94 63.94 -
YUV 83.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 150 24 213 0.30 0.89 0 0.16 280 0.8 0.46
Hex 96 18 D5 1E 59 0 10 118 50 2E
Octal 226 30 325 36 131 0 20 430 120 56
Binary 10010110 11000 11010101 11110 1011001 0 10000 100011000 1010000 101110

Color Harmonies of #9618D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9618D5

Black with #9618D5

Text Example


Text Example

White with #9618D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9618D5; }

 p { color: rgb(150,24,213); }

 H1.HeaderClassName
 {
   color: #9618D5;
 }
 .AnyTagClassName
 {
   color: #9618D5;
 }
</style>

background-color css

<style>
 a { background-color: #9618D5; }

 a { background-color: rgb(150,24,213); }

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

border-color css

<style>
 span { border-color: #9618D5; }

 span { border-color: rgb(150,24,213); }

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