Html Css Color HEX #943FC1 Dark Orchid

📋 copy color: '#943FC1'

red 148 ◦ green 63 ◦ blue 193

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

Shades of Dark Orchid #943FC1

Tints of Dark Orchid #943FC1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

 BLUE value IS 193 (75.78% from 255) = 47.77%

R = 36.63%
G = 15.59%
B = 47.77%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#943FC1 (or 0x943FC1) is known color: Dark Orchid. HEX triplet: 94, 3F and C1. RGB value is (148,63,193). Sum of RGB (Red+Green+Blue) = 148+63+193=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #943FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FC1 is #6BC03E. Grayscale: #666666. Windows color (decimal): -7061567 or 12664724. OLE color: 12664724.

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

Color convert

RGB 148 63 193 -
CMYK 0.23 0.67 0 0.24
HSL 279.23º 0.51% 0.5% -
HSV(B) 279.23º 0.67% 0.76% -
XYZ 23.62 13.7 51.85 -
YUV 103.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 148 63 193 0.23 0.67 0 0.24 279.23 0.51 0.5
Hex 94 3F C1 17 43 0 18 117 33 32
Octal 224 77 301 27 103 0 30 427 63 62
Binary 10010100 111111 11000001 10111 1000011 0 11000 100010111 110011 110010

Color Harmonies of #943FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FC1

Black with #943FC1

Text Example


Text Example

White with #943FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,63,193); }

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

background-color css

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

 a { background-color: rgb(148,63,193); }

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

border-color css

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

 span { border-color: rgb(148,63,193); }

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