Html Css Color HEX #961DB6 Dark Orchid

📋 copy color: '#961DB6'

red 150 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #961DB6

Tints of Dark Orchid #961DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 41.55%
G = 8.03%
B = 50.42%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#961DB6 (or 0x961DB6) is known color: Dark Orchid. HEX triplet: 96, 1D and B6. RGB value is (150,29,182). Sum of RGB (Red+Green+Blue) = 150+29+182=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #961DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961DB6 is #69E249. Grayscale: #525252. Windows color (decimal): -6939210 or 11935126. OLE color: 11935126.

HSL color Cylindrical-coordinate representation of color #961DB6: hue angle of 287.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961DB6 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 29 182 -
CMYK 0.18 0.84 0 0.29
HSL 287.45º 0.73% 0.41% -
HSV(B) 287.45º 0.84% 0.71% -
XYZ 21.46 10.74 45.2 -
YUV 82.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 150 29 182 0.18 0.84 0 0.29 287.45 0.73 0.41
Hex 96 1D B6 12 54 0 1D 11F 49 29
Octal 226 35 266 22 124 0 35 437 111 51
Binary 10010110 11101 10110110 10010 1010100 0 11101 100011111 1001001 101001

Color Harmonies of #961DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DB6

Black with #961DB6

Text Example


Text Example

White with #961DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,182); }

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

background-color css

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

 a { background-color: rgb(150,29,182); }

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

border-color css

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

 span { border-color: rgb(150,29,182); }

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