Html Css Color HEX #961ECD Dark Orchid

📋 copy color: '#961ECD'

red 150 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #961ECD

Tints of Dark Orchid #961ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 38.96%
G = 7.79%
B = 53.25%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#961ECD (or 0x961ECD) is known color: Dark Orchid. HEX triplet: 96, 1E and CD. RGB value is (150,30,205). Sum of RGB (Red+Green+Blue) = 150+30+205=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #961ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ECD is #69E132. Grayscale: #555555. Windows color (decimal): -6938931 or 13442710. OLE color: 13442710.

HSL color Cylindrical-coordinate representation of color #961ECD: hue angle of 281.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961ECD is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 30 205 -
CMYK 0.27 0.85 0 0.20
HSL 281.14º 0.74% 0.46% -
HSV(B) 281.14º 0.85% 0.8% -
XYZ 24.06 11.82 58.77 -
YUV 85.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 150 30 205 0.27 0.85 0 0.20 281.14 0.74 0.46
Hex 96 1E CD 1B 55 0 14 119 4A 2E
Octal 226 36 315 33 125 0 24 431 112 56
Binary 10010110 11110 11001101 11011 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #961ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961ECD

Black with #961ECD

Text Example


Text Example

White with #961ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,30,205); }

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

background-color css

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

 a { background-color: rgb(150,30,205); }

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

border-color css

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

 span { border-color: rgb(150,30,205); }

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