Html Css Color HEX #941ECC Dark Orchid

📋 copy color: '#941ECC'

red 148 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #941ECC

Tints of Dark Orchid #941ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 38.74%
G = 7.85%
B = 53.4%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#941ECC (or 0x941ECC) is known color: Dark Orchid. HEX triplet: 94, 1E and CC. RGB value is (148,30,204). Sum of RGB (Red+Green+Blue) = 148+30+204=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #941ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ECC is #6BE133. Grayscale: #545454. Windows color (decimal): -7070004 or 13377172. OLE color: 13377172.

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

Color convert

RGB 148 30 204 -
CMYK 0.27 0.85 0 0.2
HSL 280.69º 0.74% 0.46% -
HSV(B) 280.69º 0.85% 0.8% -
XYZ 23.58 11.58 58.12 -
YUV 85.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 148 30 204 0.27 0.85 0 0.2 280.69 0.74 0.46
Hex 94 1E CC 1B 55 0 14 119 4A 2E
Octal 224 36 314 33 125 0 24 431 112 56
Binary 10010100 11110 11001100 11011 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #941ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941ECC

Black with #941ECC

Text Example


Text Example

White with #941ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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