Html Css Color HEX #961BBD Dark Orchid

📋 copy color: '#961BBD'

red 150 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #961BBD

Tints of Dark Orchid #961BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 40.98%
G = 7.38%
B = 51.64%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#961BBD (or 0x961BBD) is known color: Dark Orchid. HEX triplet: 96, 1B and BD. RGB value is (150,27,189). Sum of RGB (Red+Green+Blue) = 150+27+189=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #961BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BBD is #69E442. Grayscale: #515151. Windows color (decimal): -6939715 or 12393366. OLE color: 12393366.

HSL color Cylindrical-coordinate representation of color #961BBD: hue angle of 285.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961BBD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 27 189 -
CMYK 0.21 0.86 0 0.26
HSL 285.56º 0.75% 0.42% -
HSV(B) 285.56º 0.86% 0.74% -
XYZ 22.15 10.94 49.09 -
YUV 82.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 150 27 189 0.21 0.86 0 0.26 285.56 0.75 0.42
Hex 96 1B BD 15 56 0 1A 11E 4B 2A
Octal 226 33 275 25 126 0 32 436 113 52
Binary 10010110 11011 10111101 10101 1010110 0 11010 100011110 1001011 101010

Color Harmonies of #961BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961BBD

Black with #961BBD

Text Example


Text Example

White with #961BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,27,189); }

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

background-color css

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

 a { background-color: rgb(150,27,189); }

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

border-color css

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

 span { border-color: rgb(150,27,189); }

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