Html Css Color HEX #942FCD Dark Orchid

📋 copy color: '#942FCD'

red 148 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #942FCD

Tints of Dark Orchid #942FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.75%

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

R = 37%
G = 11.75%
B = 51.25%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#942FCD (or 0x942FCD) is known color: Dark Orchid. HEX triplet: 94, 2F and CD. RGB value is (148,47,205). Sum of RGB (Red+Green+Blue) = 148+47+205=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #942FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FCD is #6BD032. Grayscale: #5E5E5E. Windows color (decimal): -7065651 or 13447060. OLE color: 13447060.

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

Color convert

RGB 148 47 205 -
CMYK 0.28 0.77 0 0.20
HSL 278.35º 0.63% 0.49% -
HSV(B) 278.35º 0.77% 0.8% -
XYZ 24.25 12.74 58.94 -
YUV 95.21 189.96 165.65 -
System Red Green Blue C M Y K H S L
Decimal 148 47 205 0.28 0.77 0 0.20 278.35 0.63 0.49
Hex 94 2F CD 1C 4D 0 14 116 3F 31
Octal 224 57 315 34 115 0 24 426 77 61
Binary 10010100 101111 11001101 11100 1001101 0 10100 100010110 111111 110001

Color Harmonies of #942FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FCD

Black with #942FCD

Text Example


Text Example

White with #942FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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