Html Css Color HEX #942CCE Dark Orchid

📋 copy color: '#942CCE'

red 148 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #942CCE

Tints of Dark Orchid #942CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.06%

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

R = 37.19%
G = 11.06%
B = 51.76%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#942CCE (or 0x942CCE) is known color: Dark Orchid. HEX triplet: 94, 2C and CE. RGB value is (148,44,206). Sum of RGB (Red+Green+Blue) = 148+44+206=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #942CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CCE is #6BD331. Grayscale: #5D5D5D. Windows color (decimal): -7066418 or 13511828. OLE color: 13511828.

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

Color convert

RGB 148 44 206 -
CMYK 0.28 0.79 0 0.19
HSL 278.52º 0.65% 0.49% -
HSV(B) 278.52º 0.79% 0.81% -
XYZ 24.25 12.55 59.54 -
YUV 93.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 148 44 206 0.28 0.79 0 0.19 278.52 0.65 0.49
Hex 94 2C CE 1C 4F 0 13 117 41 31
Octal 224 54 316 34 117 0 23 427 101 61
Binary 10010100 101100 11001110 11100 1001111 0 10011 100010111 1000001 110001

Color Harmonies of #942CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CCE

Black with #942CCE

Text Example


Text Example

White with #942CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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