Html Css Color HEX #943CCA Dark Orchid

📋 copy color: '#943CCA'

red 148 ◦ green 60 ◦ blue 202

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

Shades of Dark Orchid #943CCA

Tints of Dark Orchid #943CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.63%

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 36.1%
G = 14.63%
B = 49.27%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#943CCA (or 0x943CCA) is known color: Dark Orchid. HEX triplet: 94, 3C and CA. RGB value is (148,60,202). Sum of RGB (Red+Green+Blue) = 148+60+202=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #943CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CCA is #6BC335. Grayscale: #666666. Windows color (decimal): -7062326 or 13253780. OLE color: 13253780.

HSL color Cylindrical-coordinate representation of color #943CCA: hue angle of 277.18º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943CCA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 60 202 -
CMYK 0.27 0.70 0 0.21
HSL 277.18º 0.57% 0.51% -
HSV(B) 277.18º 0.7% 0.79% -
XYZ 24.49 13.79 57.25 -
YUV 102.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 148 60 202 0.27 0.70 0 0.21 277.18 0.57 0.51
Hex 94 3C CA 1B 46 0 15 115 39 33
Octal 224 74 312 33 106 0 25 425 71 63
Binary 10010100 111100 11001010 11011 1000110 0 10101 100010101 111001 110011

Color Harmonies of #943CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CCA

Black with #943CCA

Text Example


Text Example

White with #943CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,60,202); }

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

background-color css

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

 a { background-color: rgb(148,60,202); }

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

border-color css

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

 span { border-color: rgb(148,60,202); }

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