Html Css Color HEX #941ECD Dark Orchid

📋 copy color: '#941ECD'

red 148 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #941ECD

Tints of Dark Orchid #941ECD

RGB

 RED value IS 148 (58.2% from 255) = 38.64%

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 38.64%
G = 7.83%
B = 53.52%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#941ECD (or 0x941ECD) is known color: Dark Orchid. HEX triplet: 94, 1E and CD. RGB value is (148,30,205). Sum of RGB (Red+Green+Blue) = 148+30+205=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #941ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ECD is #6BE132. Grayscale: #545454. Windows color (decimal): -7070003 or 13442708. OLE color: 13442708.

HSL color Cylindrical-coordinate representation of color #941ECD: hue angle of 280.46º 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 #941ECD is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 30 205 -
CMYK 0.28 0.85 0 0.20
HSL 280.46º 0.74% 0.46% -
HSV(B) 280.46º 0.85% 0.8% -
XYZ 23.7 11.63 58.75 -
YUV 85.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 148 30 205 0.28 0.85 0 0.20 280.46 0.74 0.46
Hex 94 1E CD 1C 55 0 14 118 4A 2E
Octal 224 36 315 34 125 0 24 430 112 56
Binary 10010100 11110 11001101 11100 1010101 0 10100 100011000 1001010 101110

Color Harmonies of #941ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941ECD

Black with #941ECD

Text Example


Text Example

White with #941ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941ECD; }

 p { color: rgb(148,30,205); }

 H1.HeaderClassName
 {
   color: #941ECD;
 }
 .AnyTagClassName
 {
   color: #941ECD;
 }
</style>

background-color css

<style>
 a { background-color: #941ECD; }

 a { background-color: rgb(148,30,205); }

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

border-color css

<style>
 span { border-color: #941ECD; }

 span { border-color: rgb(148,30,205); }

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