Html Css Color HEX #9619D7 Dark Violet

📋 copy color: '#9619D7'

red 150 ◦ green 25 ◦ blue 215

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

Shades of Dark Violet #9619D7

Tints of Dark Violet #9619D7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

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

R = 38.46%
G = 6.41%
B = 55.13%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9619D7 (or 0x9619D7) is known color: Dark Violet. HEX triplet: 96, 19 and D7. RGB value is (150,25,215). Sum of RGB (Red+Green+Blue) = 150+25+215=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #9619D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619D7 is #69E628. Grayscale: #535353. Windows color (decimal): -6940201 or 14096790. OLE color: 14096790.

HSL color Cylindrical-coordinate representation of color #9619D7: hue angle of 279.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9619D7 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 25 215 -
CMYK 0.30 0.88 0 0.16
HSL 279.47º 0.79% 0.47% -
HSV(B) 279.47º 0.88% 0.84% -
XYZ 25.19 12.09 65.3 -
YUV 84.04 201.91 175.05 -
System Red Green Blue C M Y K H S L
Decimal 150 25 215 0.30 0.88 0 0.16 279.47 0.79 0.47
Hex 96 19 D7 1E 58 0 10 117 4F 2F
Octal 226 31 327 36 130 0 20 427 117 57
Binary 10010110 11001 11010111 11110 1011000 0 10000 100010111 1001111 101111

Color Harmonies of #9619D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619D7

Black with #9619D7

Text Example


Text Example

White with #9619D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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