Html Css Color HEX #9618AE Dark Orchid

📋 copy color: '#9618AE'

red 150 ◦ green 24 ◦ blue 174

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

Shades of Dark Orchid #9618AE

Tints of Dark Orchid #9618AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 43.1%
G = 6.9%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9618AE (or 0x9618AE) is known color: Dark Orchid. HEX triplet: 96, 18 and AE. RGB value is (150,24,174). Sum of RGB (Red+Green+Blue) = 150+24+174=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #9618AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9618AE is #69E751. Grayscale: #4E4E4E. Windows color (decimal): -6940498 or 11409558. OLE color: 11409558.

HSL color Cylindrical-coordinate representation of color #9618AE: hue angle of 290.4º degrees, saturation: 0.76, 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 #9618AE is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 24 174 -
CMYK 0.14 0.86 0 0.32
HSL 290.4º 0.76% 0.39% -
HSV(B) 290.4º 0.86% 0.68% -
XYZ 20.54 10.19 40.93 -
YUV 78.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 150 24 174 0.14 0.86 0 0.32 290.4 0.76 0.39
Hex 96 18 AE E 56 0 20 122 4C 27
Octal 226 30 256 16 126 0 40 442 114 47
Binary 10010110 11000 10101110 1110 1010110 0 100000 100100010 1001100 100111

Color Harmonies of #9618AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9618AE

Black with #9618AE

Text Example


Text Example

White with #9618AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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