Html Css Color HEX #961ECB Dark Orchid

📋 copy color: '#961ECB'

red 150 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #961ECB

Tints of Dark Orchid #961ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.83%

 BLUE value IS 203 (79.69% from 255) = 53%

R = 39.16%
G = 7.83%
B = 53%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#961ECB (or 0x961ECB) is known color: Dark Orchid. HEX triplet: 96, 1E and CB. RGB value is (150,30,203). Sum of RGB (Red+Green+Blue) = 150+30+203=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #961ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ECB is #69E134. Grayscale: #555555. Windows color (decimal): -6938933 or 13311638. OLE color: 13311638.

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

Color convert

RGB 150 30 203 -
CMYK 0.26 0.85 0 0.20
HSL 281.62º 0.74% 0.46% -
HSV(B) 281.62º 0.85% 0.8% -
XYZ 23.82 11.72 57.51 -
YUV 85.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 150 30 203 0.26 0.85 0 0.20 281.62 0.74 0.46
Hex 96 1E CB 1A 55 0 14 11A 4A 2E
Octal 226 36 313 32 125 0 24 432 112 56
Binary 10010110 11110 11001011 11010 1010101 0 10100 100011010 1001010 101110

Color Harmonies of #961ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961ECB

Black with #961ECB

Text Example


Text Example

White with #961ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,30,203); }

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

background-color css

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

 a { background-color: rgb(150,30,203); }

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

border-color css

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

 span { border-color: rgb(150,30,203); }

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