Html Css Color HEX #961AAE Dark Orchid

📋 copy color: '#961AAE'

red 150 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #961AAE

Tints of Dark Orchid #961AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

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

R = 42.86%
G = 7.43%
B = 49.71%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#961AAE (or 0x961AAE) is known color: Dark Orchid. HEX triplet: 96, 1A and AE. RGB value is (150,26,174). Sum of RGB (Red+Green+Blue) = 150+26+174=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #961AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961AAE is #69E551. Grayscale: #4F4F4F. Windows color (decimal): -6939986 or 11410070. OLE color: 11410070.

HSL color Cylindrical-coordinate representation of color #961AAE: hue angle of 290.27º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961AAE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 26 174 -
CMYK 0.14 0.85 0 0.32
HSL 290.27º 0.74% 0.39% -
HSV(B) 290.27º 0.85% 0.68% -
XYZ 20.59 10.28 40.94 -
YUV 79.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 150 26 174 0.14 0.85 0 0.32 290.27 0.74 0.39
Hex 96 1A AE E 55 0 20 122 4A 27
Octal 226 32 256 16 125 0 40 442 112 47
Binary 10010110 11010 10101110 1110 1010101 0 100000 100100010 1001010 100111

Color Harmonies of #961AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961AAE

Black with #961AAE

Text Example


Text Example

White with #961AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961AAE; }

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

 H1.HeaderClassName
 {
   color: #961AAE;
 }
 .AnyTagClassName
 {
   color: #961AAE;
 }
</style>

background-color css

<style>
 a { background-color: #961AAE; }

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

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

border-color css

<style>
 span { border-color: #961AAE; }

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

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