Html Css Color HEX #941ECF Dark Orchid

📋 copy color: '#941ECF'

red 148 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #941ECF

Tints of Dark Orchid #941ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 38.44%
G = 7.79%
B = 53.77%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#941ECF (or 0x941ECF) is known color: Dark Orchid. HEX triplet: 94, 1E and CF. RGB value is (148,30,207). Sum of RGB (Red+Green+Blue) = 148+30+207=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #941ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ECF is #6BE130. Grayscale: #545454. Windows color (decimal): -7070001 or 13573780. OLE color: 13573780.

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

Color convert

RGB 148 30 207 -
CMYK 0.29 0.86 0 0.19
HSL 280º 0.75% 0.46% -
HSV(B) 280º 0.86% 0.81% -
XYZ 23.94 11.73 60.03 -
YUV 85.46 196.59 172.61 -
System Red Green Blue C M Y K H S L
Decimal 148 30 207 0.29 0.86 0 0.19 280 0.75 0.46
Hex 94 1E CF 1D 56 0 13 118 4B 2E
Octal 224 36 317 35 126 0 23 430 113 56
Binary 10010100 11110 11001111 11101 1010110 0 10011 100011000 1001011 101110

Color Harmonies of #941ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941ECF

Black with #941ECF

Text Example


Text Example

White with #941ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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