Html Css Color HEX #961FD1 Dark Orchid

📋 copy color: '#961FD1'

red 150 ◦ green 31 ◦ blue 209

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

Shades of Dark Orchid #961FD1

Tints of Dark Orchid #961FD1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

 BLUE value IS 209 (82.03% from 255) = 53.59%

R = 38.46%
G = 7.95%
B = 53.59%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#961FD1 (or 0x961FD1) is known color: Dark Orchid. HEX triplet: 96, 1F and D1. RGB value is (150,31,209). Sum of RGB (Red+Green+Blue) = 150+31+209=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #961FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FD1 is #69E02E. Grayscale: #565656. Windows color (decimal): -6938671 or 13705110. OLE color: 13705110.

HSL color Cylindrical-coordinate representation of color #961FD1: hue angle of 280.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961FD1 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 31 209 -
CMYK 0.28 0.85 0 0.18
HSL 280.11º 0.74% 0.47% -
HSV(B) 280.11º 0.85% 0.82% -
XYZ 24.58 12.07 61.36 -
YUV 86.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 150 31 209 0.28 0.85 0 0.18 280.11 0.74 0.47
Hex 96 1F D1 1C 55 0 12 118 4A 2F
Octal 226 37 321 34 125 0 22 430 112 57
Binary 10010110 11111 11010001 11100 1010101 0 10010 100011000 1001010 101111

Color Harmonies of #961FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961FD1

Black with #961FD1

Text Example


Text Example

White with #961FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,31,209); }

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

background-color css

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

 a { background-color: rgb(150,31,209); }

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

border-color css

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

 span { border-color: rgb(150,31,209); }

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