Html Css Color HEX #942DCE Dark Orchid

📋 copy color: '#942DCE'

red 148 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #942DCE

Tints of Dark Orchid #942DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.28%

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

R = 37.09%
G = 11.28%
B = 51.63%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#942DCE (or 0x942DCE) is known color: Dark Orchid. HEX triplet: 94, 2D and CE. RGB value is (148,45,206). Sum of RGB (Red+Green+Blue) = 148+45+206=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #942DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DCE is #6BD231. Grayscale: #5D5D5D. Windows color (decimal): -7066162 or 13512084. OLE color: 13512084.

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

Color convert

RGB 148 45 206 -
CMYK 0.28 0.78 0 0.19
HSL 278.39º 0.64% 0.49% -
HSV(B) 278.39º 0.78% 0.81% -
XYZ 24.29 12.63 59.55 -
YUV 94.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 148 45 206 0.28 0.78 0 0.19 278.39 0.64 0.49
Hex 94 2D CE 1C 4E 0 13 116 40 31
Octal 224 55 316 34 116 0 23 426 100 61
Binary 10010100 101101 11001110 11100 1001110 0 10011 100010110 1000000 110001

Color Harmonies of #942DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DCE

Black with #942DCE

Text Example


Text Example

White with #942DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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