Html Css Color HEX #9619AD Dark Orchid

📋 copy color: '#9619AD'

red 150 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #9619AD

Tints of Dark Orchid #9619AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 43.1%
G = 7.18%
B = 49.71%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9619AD (or 0x9619AD) is known color: Dark Orchid. HEX triplet: 96, 19 and AD. RGB value is (150,25,173). Sum of RGB (Red+Green+Blue) = 150+25+173=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #9619AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9619AD is #69E652. Grayscale: #4E4E4E. Windows color (decimal): -6940243 or 11344278. OLE color: 11344278.

HSL color Cylindrical-coordinate representation of color #9619AD: hue angle of 290.68º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9619AD is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 25 173 -
CMYK 0.13 0.86 0 0.32
HSL 290.68º 0.75% 0.39% -
HSV(B) 290.68º 0.86% 0.68% -
XYZ 20.47 10.2 40.42 -
YUV 79.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 150 25 173 0.13 0.86 0 0.32 290.68 0.75 0.39
Hex 96 19 AD D 56 0 20 123 4B 27
Octal 226 31 255 15 126 0 40 443 113 47
Binary 10010110 11001 10101101 1101 1010110 0 100000 100100011 1001011 100111

Color Harmonies of #9619AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619AD

Black with #9619AD

Text Example


Text Example

White with #9619AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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