Html Css Color HEX #961CD5 Dark Orchid

📋 copy color: '#961CD5'

red 150 ◦ green 28 ◦ blue 213

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

Shades of Dark Orchid #961CD5

Tints of Dark Orchid #961CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.48%

R = 38.36%
G = 7.16%
B = 54.48%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#961CD5 (or 0x961CD5) is known color: Dark Orchid. HEX triplet: 96, 1C and D5. RGB value is (150,28,213). Sum of RGB (Red+Green+Blue) = 150+28+213=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #961CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CD5 is #69E32A. Grayscale: #545454. Windows color (decimal): -6939435 or 13966486. OLE color: 13966486.

HSL color Cylindrical-coordinate representation of color #961CD5: hue angle of 279.57º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961CD5 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 28 213 -
CMYK 0.30 0.87 0 0.16
HSL 279.57º 0.77% 0.47% -
HSV(B) 279.57º 0.87% 0.84% -
XYZ 25 12.12 63.97 -
YUV 85.57 199.92 173.96 -
System Red Green Blue C M Y K H S L
Decimal 150 28 213 0.30 0.87 0 0.16 279.57 0.77 0.47
Hex 96 1C D5 1E 57 0 10 118 4D 2F
Octal 226 34 325 36 127 0 20 430 115 57
Binary 10010110 11100 11010101 11110 1010111 0 10000 100011000 1001101 101111

Color Harmonies of #961CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961CD5

Black with #961CD5

Text Example


Text Example

White with #961CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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