Html Css Color HEX #961EC0 Dark Orchid

📋 copy color: '#961EC0'

red 150 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #961EC0

Tints of Dark Orchid #961EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 40.32%
G = 8.06%
B = 51.61%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#961EC0 (or 0x961EC0) is known color: Dark Orchid. HEX triplet: 96, 1E and C0. RGB value is (150,30,192). Sum of RGB (Red+Green+Blue) = 150+30+192=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #961EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EC0 is #69E13F. Grayscale: #535353. Windows color (decimal): -6938944 or 12590742. OLE color: 12590742.

HSL color Cylindrical-coordinate representation of color #961EC0: hue angle of 284.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961EC0 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 30 192 -
CMYK 0.22 0.84 0 0.25
HSL 284.44º 0.73% 0.44% -
HSV(B) 284.44º 0.84% 0.75% -
XYZ 22.56 11.22 50.85 -
YUV 84.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 150 30 192 0.22 0.84 0 0.25 284.44 0.73 0.44
Hex 96 1E C0 16 54 0 19 11C 49 2C
Octal 226 36 300 26 124 0 31 434 111 54
Binary 10010110 11110 11000000 10110 1010100 0 11001 100011100 1001001 101100

Color Harmonies of #961EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EC0

Black with #961EC0

Text Example


Text Example

White with #961EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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