Html Css Color HEX #941EBC Dark Orchid

📋 copy color: '#941EBC'

red 148 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #941EBC

Tints of Dark Orchid #941EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 40.44%
G = 8.2%
B = 51.37%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#941EBC (or 0x941EBC) is known color: Dark Orchid. HEX triplet: 94, 1E and BC. RGB value is (148,30,188). Sum of RGB (Red+Green+Blue) = 148+30+188=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #941EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EBC is #6BE143. Grayscale: #525252. Windows color (decimal): -7070020 or 12328596. OLE color: 12328596.

HSL color Cylindrical-coordinate representation of color #941EBC: hue angle of 284.81º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941EBC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 30 188 -
CMYK 0.21 0.84 0 0.26
HSL 284.81º 0.72% 0.43% -
HSV(B) 284.81º 0.84% 0.74% -
XYZ 21.75 10.86 48.53 -
YUV 83.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 148 30 188 0.21 0.84 0 0.26 284.81 0.72 0.43
Hex 94 1E BC 15 54 0 1A 11D 48 2B
Octal 224 36 274 25 124 0 32 435 110 53
Binary 10010100 11110 10111100 10101 1010100 0 11010 100011101 1001000 101011

Color Harmonies of #941EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941EBC

Black with #941EBC

Text Example


Text Example

White with #941EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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