Html Css Color HEX #932ED0 Dark Orchid

📋 copy color: '#932ED0'

red 147 ◦ green 46 ◦ blue 208

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

Shades of Dark Orchid #932ED0

Tints of Dark Orchid #932ED0

RGB

 RED value IS 147 (57.81% from 255) = 36.66%

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

 BLUE value IS 208 (81.64% from 255) = 51.87%

R = 36.66%
G = 11.47%
B = 51.87%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#932ED0 (or 0x932ED0) is known color: Dark Orchid. HEX triplet: 93, 2E and D0. RGB value is (147,46,208). Sum of RGB (Red+Green+Blue) = 147+46+208=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #932ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932ED0 is #6CD12F. Grayscale: #5E5E5E. Windows color (decimal): -7131440 or 13643411. OLE color: 13643411.

HSL color Cylindrical-coordinate representation of color #932ED0: hue angle of 277.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932ED0 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 46 208 -
CMYK 0.29 0.78 0 0.18
HSL 277.41º 0.64% 0.5% -
HSV(B) 277.41º 0.78% 0.82% -
XYZ 24.39 12.71 60.84 -
YUV 94.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 147 46 208 0.29 0.78 0 0.18 277.41 0.64 0.5
Hex 93 2E D0 1D 4E 0 12 115 40 32
Octal 223 56 320 35 116 0 22 425 100 62
Binary 10010011 101110 11010000 11101 1001110 0 10010 100010101 1000000 110010

Color Harmonies of #932ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932ED0

Black with #932ED0

Text Example


Text Example

White with #932ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932ED0; }

 p { color: rgb(147,46,208); }

 H1.HeaderClassName
 {
   color: #932ED0;
 }
 .AnyTagClassName
 {
   color: #932ED0;
 }
</style>

background-color css

<style>
 a { background-color: #932ED0; }

 a { background-color: rgb(147,46,208); }

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

border-color css

<style>
 span { border-color: #932ED0; }

 span { border-color: rgb(147,46,208); }

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