Html Css Color HEX #961DAE Dark Orchid

📋 copy color: '#961DAE'

red 150 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #961DAE

Tints of Dark Orchid #961DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 42.49%
G = 8.22%
B = 49.29%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#961DAE (or 0x961DAE) is known color: Dark Orchid. HEX triplet: 96, 1D and AE. RGB value is (150,29,174). Sum of RGB (Red+Green+Blue) = 150+29+174=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #961DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961DAE is #69E251. Grayscale: #515151. Windows color (decimal): -6939218 or 11410838. OLE color: 11410838.

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

Color convert

RGB 150 29 174 -
CMYK 0.14 0.83 0 0.32
HSL 290.07º 0.71% 0.4% -
HSV(B) 290.07º 0.83% 0.68% -
XYZ 20.66 10.42 40.97 -
YUV 81.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 150 29 174 0.14 0.83 0 0.32 290.07 0.71 0.4
Hex 96 1D AE E 53 0 20 122 47 28
Octal 226 35 256 16 123 0 40 442 107 50
Binary 10010110 11101 10101110 1110 1010011 0 100000 100100010 1000111 101000

Color Harmonies of #961DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DAE

Black with #961DAE

Text Example


Text Example

White with #961DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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