Html Css Color HEX #923ECE Dark Orchid

📋 copy color: '#923ECE'

red 146 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #923ECE

Tints of Dark Orchid #923ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 35.27%
G = 14.98%
B = 49.76%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#923ECE (or 0x923ECE) is known color: Dark Orchid. HEX triplet: 92, 3E and CE. RGB value is (146,62,206). Sum of RGB (Red+Green+Blue) = 146+62+206=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #923ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ECE is #6DC131. Grayscale: #676767. Windows color (decimal): -7192882 or 13516434. OLE color: 13516434.

HSL color Cylindrical-coordinate representation of color #923ECE: hue angle of 275º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923ECE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 62 206 -
CMYK 0.29 0.70 0 0.19
HSL 275º 0.6% 0.53% -
HSV(B) 275º 0.7% 0.81% -
XYZ 24.72 14.01 59.79 -
YUV 103.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 146 62 206 0.29 0.70 0 0.19 275 0.6 0.53
Hex 92 3E CE 1D 46 0 13 113 3C 35
Octal 222 76 316 35 106 0 23 423 74 65
Binary 10010010 111110 11001110 11101 1000110 0 10011 100010011 111100 110101

Color Harmonies of #923ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ECE

Black with #923ECE

Text Example


Text Example

White with #923ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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