Html Css Color HEX #961ACE Dark Orchid

📋 copy color: '#961ACE'

red 150 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #961ACE

Tints of Dark Orchid #961ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 39.27%
G = 6.81%
B = 53.93%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#961ACE (or 0x961ACE) is known color: Dark Orchid. HEX triplet: 96, 1A and CE. RGB value is (150,26,206). Sum of RGB (Red+Green+Blue) = 150+26+206=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #961ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ACE is #69E531. Grayscale: #535353. Windows color (decimal): -6939954 or 13507222. OLE color: 13507222.

HSL color Cylindrical-coordinate representation of color #961ACE: hue angle of 281.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961ACE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 26 206 -
CMYK 0.27 0.87 0 0.19
HSL 281.33º 0.78% 0.45% -
HSV(B) 281.33º 0.87% 0.81% -
XYZ 24.09 11.68 59.38 -
YUV 83.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 150 26 206 0.27 0.87 0 0.19 281.33 0.78 0.45
Hex 96 1A CE 1B 57 0 13 119 4E 2D
Octal 226 32 316 33 127 0 23 431 116 55
Binary 10010110 11010 11001110 11011 1010111 0 10011 100011001 1001110 101101

Color Harmonies of #961ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961ACE

Black with #961ACE

Text Example


Text Example

White with #961ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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