Html Css Color HEX #941ECE Dark Orchid

📋 copy color: '#941ECE'

red 148 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #941ECE

Tints of Dark Orchid #941ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 38.54%
G = 7.81%
B = 53.65%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#941ECE (or 0x941ECE) is known color: Dark Orchid. HEX triplet: 94, 1E and CE. RGB value is (148,30,206). Sum of RGB (Red+Green+Blue) = 148+30+206=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #941ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ECE is #6BE131. Grayscale: #545454. Windows color (decimal): -7070002 or 13508244. OLE color: 13508244.

HSL color Cylindrical-coordinate representation of color #941ECE: hue angle of 280.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941ECE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 30 206 -
CMYK 0.28 0.85 0 0.19
HSL 280.23º 0.75% 0.46% -
HSV(B) 280.23º 0.85% 0.81% -
XYZ 23.82 11.68 59.39 -
YUV 85.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 148 30 206 0.28 0.85 0 0.19 280.23 0.75 0.46
Hex 94 1E CE 1C 55 0 13 118 4B 2E
Octal 224 36 316 34 125 0 23 430 113 56
Binary 10010100 11110 11001110 11100 1010101 0 10011 100011000 1001011 101110

Color Harmonies of #941ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941ECE

Black with #941ECE

Text Example


Text Example

White with #941ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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