Html Css Color HEX #961AAB Dark Orchid

📋 copy color: '#961AAB'

red 150 ◦ green 26 ◦ blue 171

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

Shades of Dark Orchid #961AAB

Tints of Dark Orchid #961AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 43.23%
G = 7.49%
B = 49.28%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#961AAB (or 0x961AAB) is known color: Dark Orchid. HEX triplet: 96, 1A and AB. RGB value is (150,26,171). Sum of RGB (Red+Green+Blue) = 150+26+171=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #961AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961AAB is #69E554. Grayscale: #4F4F4F. Windows color (decimal): -6939989 or 11213462. OLE color: 11213462.

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

Color convert

RGB 150 26 171 -
CMYK 0.12 0.85 0 0.33
HSL 291.31º 0.74% 0.39% -
HSV(B) 291.31º 0.85% 0.67% -
XYZ 20.3 10.16 39.42 -
YUV 79.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 150 26 171 0.12 0.85 0 0.33 291.31 0.74 0.39
Hex 96 1A AB C 55 0 21 123 4A 27
Octal 226 32 253 14 125 0 41 443 112 47
Binary 10010110 11010 10101011 1100 1010101 0 100001 100100011 1001010 100111

Color Harmonies of #961AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961AAB

Black with #961AAB

Text Example


Text Example

White with #961AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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