Html Css Color HEX #943CCE Dark Orchid

📋 copy color: '#943CCE'

red 148 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #943CCE

Tints of Dark Orchid #943CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 35.75%
G = 14.49%
B = 49.76%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#943CCE (or 0x943CCE) is known color: Dark Orchid. HEX triplet: 94, 3C and CE. RGB value is (148,60,206). Sum of RGB (Red+Green+Blue) = 148+60+206=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #943CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CCE is #6BC331. Grayscale: #666666. Windows color (decimal): -7062322 or 13515924. OLE color: 13515924.

HSL color Cylindrical-coordinate representation of color #943CCE: hue angle of 276.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #943CCE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 60 206 -
CMYK 0.28 0.71 0 0.19
HSL 276.16º 0.6% 0.52% -
HSV(B) 276.16º 0.71% 0.81% -
XYZ 24.97 13.98 59.78 -
YUV 102.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 148 60 206 0.28 0.71 0 0.19 276.16 0.6 0.52
Hex 94 3C CE 1C 47 0 13 114 3C 34
Octal 224 74 316 34 107 0 23 424 74 64
Binary 10010100 111100 11001110 11100 1000111 0 10011 100010100 111100 110100

Color Harmonies of #943CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CCE

Black with #943CCE

Text Example


Text Example

White with #943CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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