Html Css Color HEX #961CBD Dark Orchid

📋 copy color: '#961CBD'

red 150 ◦ green 28 ◦ blue 189

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

Shades of Dark Orchid #961CBD

Tints of Dark Orchid #961CBD

RGB

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

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

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

R = 40.87%
G = 7.63%
B = 51.5%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#961CBD (or 0x961CBD) is known color: Dark Orchid. HEX triplet: 96, 1C and BD. RGB value is (150,28,189). Sum of RGB (Red+Green+Blue) = 150+28+189=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #961CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CBD is #69E342. Grayscale: #525252. Windows color (decimal): -6939459 or 12393622. OLE color: 12393622.

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

Color convert

RGB 150 28 189 -
CMYK 0.21 0.85 0 0.26
HSL 285.47º 0.74% 0.43% -
HSV(B) 285.47º 0.85% 0.74% -
XYZ 22.18 10.99 49.1 -
YUV 82.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 150 28 189 0.21 0.85 0 0.26 285.47 0.74 0.43
Hex 96 1C BD 15 55 0 1A 11D 4A 2B
Octal 226 34 275 25 125 0 32 435 112 53
Binary 10010110 11100 10111101 10101 1010101 0 11010 100011101 1001010 101011

Color Harmonies of #961CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961CBD

Black with #961CBD

Text Example


Text Example

White with #961CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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