Html Css Color HEX #943EC4 Dark Orchid

📋 copy color: '#943EC4'

red 148 ◦ green 62 ◦ blue 196

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

Shades of Dark Orchid #943EC4

Tints of Dark Orchid #943EC4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.27%

 BLUE value IS 196 (76.95% from 255) = 48.28%

R = 36.45%
G = 15.27%
B = 48.28%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#943EC4 (or 0x943EC4) is known color: Dark Orchid. HEX triplet: 94, 3E and C4. RGB value is (148,62,196). Sum of RGB (Red+Green+Blue) = 148+62+196=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #943EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EC4 is #6BC13B. Grayscale: #666666. Windows color (decimal): -7061820 or 12861076. OLE color: 12861076.

HSL color Cylindrical-coordinate representation of color #943EC4: hue angle of 278.51º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943EC4 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 62 196 -
CMYK 0.24 0.68 0 0.23
HSL 278.51º 0.53% 0.51% -
HSV(B) 278.51º 0.68% 0.77% -
XYZ 23.9 13.73 53.61 -
YUV 102.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 148 62 196 0.24 0.68 0 0.23 278.51 0.53 0.51
Hex 94 3E C4 18 44 0 17 117 35 33
Octal 224 76 304 30 104 0 27 427 65 63
Binary 10010100 111110 11000100 11000 1000100 0 10111 100010111 110101 110011

Color Harmonies of #943EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943EC4

Black with #943EC4

Text Example


Text Example

White with #943EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943EC4; }

 p { color: rgb(148,62,196); }

 H1.HeaderClassName
 {
   color: #943EC4;
 }
 .AnyTagClassName
 {
   color: #943EC4;
 }
</style>

background-color css

<style>
 a { background-color: #943EC4; }

 a { background-color: rgb(148,62,196); }

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

border-color css

<style>
 span { border-color: #943EC4; }

 span { border-color: rgb(148,62,196); }

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