Html Css Color HEX #961AAC Dark Orchid

📋 copy color: '#961AAC'

red 150 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #961AAC

Tints of Dark Orchid #961AAC

RGB

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

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

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

R = 43.1%
G = 7.47%
B = 49.43%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#961AAC (or 0x961AAC) is known color: Dark Orchid. HEX triplet: 96, 1A and AC. RGB value is (150,26,172). Sum of RGB (Red+Green+Blue) = 150+26+172=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #961AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961AAC is #69E553. Grayscale: #4F4F4F. Windows color (decimal): -6939988 or 11278998. OLE color: 11278998.

HSL color Cylindrical-coordinate representation of color #961AAC: hue angle of 290.96º 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 #961AAC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 26 172 -
CMYK 0.13 0.85 0 0.33
HSL 290.96º 0.74% 0.39% -
HSV(B) 290.96º 0.85% 0.67% -
XYZ 20.39 10.2 39.92 -
YUV 79.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 150 26 172 0.13 0.85 0 0.33 290.96 0.74 0.39
Hex 96 1A AC D 55 0 21 123 4A 27
Octal 226 32 254 15 125 0 41 443 112 47
Binary 10010110 11010 10101100 1101 1010101 0 100001 100100011 1001010 100111

Color Harmonies of #961AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961AAC

Black with #961AAC

Text Example


Text Example

White with #961AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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