Html Css Color HEX #923ECF Dark Orchid

📋 copy color: '#923ECF'

red 146 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #923ECF

Tints of Dark Orchid #923ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 35.18%
G = 14.94%
B = 49.88%

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

#923ECF (or 0x923ECF) is known color: Dark Orchid. HEX triplet: 92, 3E and CF. RGB value is (146,62,207). Sum of RGB (Red+Green+Blue) = 146+62+207=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #923ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ECF is #6DC130. Grayscale: #676767. Windows color (decimal): -7192881 or 13581970. OLE color: 13581970.

HSL color Cylindrical-coordinate representation of color #923ECF: hue angle of 274.76º 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 #923ECF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 62 207 -
CMYK 0.29 0.70 0 0.19
HSL 274.76º 0.6% 0.53% -
HSV(B) 274.76º 0.7% 0.81% -
XYZ 24.84 14.06 60.44 -
YUV 103.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 146 62 207 0.29 0.70 0 0.19 274.76 0.6 0.53
Hex 92 3E CF 1D 46 0 13 113 3C 35
Octal 222 76 317 35 106 0 23 423 74 65
Binary 10010010 111110 11001111 11101 1000110 0 10011 100010011 111100 110101

Color Harmonies of #923ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ECF

Black with #923ECF

Text Example


Text Example

White with #923ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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