Html Css Color HEX #961DAC Dark Orchid

📋 copy color: '#961DAC'

red 150 ◦ green 29 ◦ blue 172

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

Shades of Dark Orchid #961DAC

Tints of Dark Orchid #961DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 42.74%
G = 8.26%
B = 49%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#961DAC (or 0x961DAC) is known color: Dark Orchid. HEX triplet: 96, 1D and AC. RGB value is (150,29,172). Sum of RGB (Red+Green+Blue) = 150+29+172=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #961DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961DAC is #69E253. Grayscale: #515151. Windows color (decimal): -6939220 or 11279766. OLE color: 11279766.

HSL color Cylindrical-coordinate representation of color #961DAC: hue angle of 290.77º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961DAC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 29 172 -
CMYK 0.13 0.83 0 0.33
HSL 290.77º 0.71% 0.39% -
HSV(B) 290.77º 0.83% 0.67% -
XYZ 20.46 10.34 39.95 -
YUV 81.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 150 29 172 0.13 0.83 0 0.33 290.77 0.71 0.39
Hex 96 1D AC D 53 0 21 123 47 27
Octal 226 35 254 15 123 0 41 443 107 47
Binary 10010110 11101 10101100 1101 1010011 0 100001 100100011 1000111 100111

Color Harmonies of #961DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DAC

Black with #961DAC

Text Example


Text Example

White with #961DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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