Html Css Color HEX #961CAC Dark Orchid

📋 copy color: '#961CAC'

red 150 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #961CAC

Tints of Dark Orchid #961CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

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

R = 42.86%
G = 8%
B = 49.14%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#961CAC (or 0x961CAC) is known color: Dark Orchid. HEX triplet: 96, 1C and AC. RGB value is (150,28,172). Sum of RGB (Red+Green+Blue) = 150+28+172=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #961CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961CAC is #69E353. Grayscale: #505050. Windows color (decimal): -6939476 or 11279510. OLE color: 11279510.

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

Color convert

RGB 150 28 172 -
CMYK 0.13 0.84 0 0.33
HSL 290.83º 0.72% 0.39% -
HSV(B) 290.83º 0.84% 0.67% -
XYZ 20.44 10.29 39.94 -
YUV 80.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 150 28 172 0.13 0.84 0 0.33 290.83 0.72 0.39
Hex 96 1C AC D 54 0 21 123 48 27
Octal 226 34 254 15 124 0 41 443 110 47
Binary 10010110 11100 10101100 1101 1010100 0 100001 100100011 1001000 100111

Color Harmonies of #961CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961CAC

Black with #961CAC

Text Example


Text Example

White with #961CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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