Html Css Color HEX #923ED0 Dark Orchid

📋 copy color: '#923ED0'

red 146 ◦ green 62 ◦ blue 208

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

Shades of Dark Orchid #923ED0

Tints of Dark Orchid #923ED0

RGB

 RED value IS 146 (57.42% from 255) = 35.1%

 GREEN value IS 62 (24.61% from 255) = 14.9%

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

R = 35.1%
G = 14.9%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#923ED0 (or 0x923ED0) is known color: Dark Orchid. HEX triplet: 92, 3E and D0. RGB value is (146,62,208). Sum of RGB (Red+Green+Blue) = 146+62+208=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #923ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ED0 is #6DC12F. Grayscale: #676767. Windows color (decimal): -7192880 or 13647506. OLE color: 13647506.

HSL color Cylindrical-coordinate representation of color #923ED0: hue angle of 274.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923ED0 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 62 208 -
CMYK 0.30 0.70 0 0.18
HSL 274.52º 0.61% 0.53% -
HSV(B) 274.52º 0.7% 0.82% -
XYZ 24.96 14.11 61.08 -
YUV 103.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 146 62 208 0.30 0.70 0 0.18 274.52 0.61 0.53
Hex 92 3E D0 1E 46 0 12 113 3D 35
Octal 222 76 320 36 106 0 22 423 75 65
Binary 10010010 111110 11010000 11110 1000110 0 10010 100010011 111101 110101

Color Harmonies of #923ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ED0

Black with #923ED0

Text Example


Text Example

White with #923ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,62,208); }

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

background-color css

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

 a { background-color: rgb(146,62,208); }

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

border-color css

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

 span { border-color: rgb(146,62,208); }

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