Html Css Color HEX #942ED7 Dark Orchid

📋 copy color: '#942ED7'

red 148 ◦ green 46 ◦ blue 215

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

Shades of Dark Orchid #942ED7

Tints of Dark Orchid #942ED7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.25%

 BLUE value IS 215 (84.38% from 255) = 52.57%

R = 36.19%
G = 11.25%
B = 52.57%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#942ED7 (or 0x942ED7) is known color: Dark Orchid. HEX triplet: 94, 2E and D7. RGB value is (148,46,215). Sum of RGB (Red+Green+Blue) = 148+46+215=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #942ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ED7 is #6BD128. Grayscale: #5F5F5F. Windows color (decimal): -7065897 or 14102164. OLE color: 14102164.

HSL color Cylindrical-coordinate representation of color #942ED7: hue angle of 276.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942ED7 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 46 215 -
CMYK 0.31 0.79 0 0.16
HSL 276.21º 0.68% 0.51% -
HSV(B) 276.21º 0.79% 0.84% -
XYZ 25.46 13.16 65.49 -
YUV 95.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 148 46 215 0.31 0.79 0 0.16 276.21 0.68 0.51
Hex 94 2E D7 1F 4F 0 10 114 44 33
Octal 224 56 327 37 117 0 20 424 104 63
Binary 10010100 101110 11010111 11111 1001111 0 10000 100010100 1000100 110011

Color Harmonies of #942ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ED7

Black with #942ED7

Text Example


Text Example

White with #942ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,46,215); }

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

background-color css

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

 a { background-color: rgb(148,46,215); }

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

border-color css

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

 span { border-color: rgb(148,46,215); }

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