Html Css Color HEX #942DCD Dark Orchid

📋 copy color: '#942DCD'

red 148 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #942DCD

Tints of Dark Orchid #942DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 37.19%
G = 11.31%
B = 51.51%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#942DCD (or 0x942DCD) is known color: Dark Orchid. HEX triplet: 94, 2D and CD. RGB value is (148,45,205). Sum of RGB (Red+Green+Blue) = 148+45+205=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #942DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DCD is #6BD232. Grayscale: #5D5D5D. Windows color (decimal): -7066163 or 13446548. OLE color: 13446548.

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

Color convert

RGB 148 45 205 -
CMYK 0.28 0.78 0 0.20
HSL 278.63º 0.64% 0.49% -
HSV(B) 278.63º 0.78% 0.8% -
XYZ 24.17 12.58 58.91 -
YUV 94.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 148 45 205 0.28 0.78 0 0.20 278.63 0.64 0.49
Hex 94 2D CD 1C 4E 0 14 117 40 31
Octal 224 55 315 34 116 0 24 427 100 61
Binary 10010100 101101 11001101 11100 1001110 0 10100 100010111 1000000 110001

Color Harmonies of #942DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DCD

Black with #942DCD

Text Example


Text Example

White with #942DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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