Html Css Color HEX #923ACE Dark Orchid

📋 copy color: '#923ACE'

red 146 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #923ACE

Tints of Dark Orchid #923ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.15%

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

R = 35.61%
G = 14.15%
B = 50.24%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#923ACE (or 0x923ACE) is known color: Dark Orchid. HEX triplet: 92, 3A and CE. RGB value is (146,58,206). Sum of RGB (Red+Green+Blue) = 146+58+206=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #923ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ACE is #6DC531. Grayscale: #646464. Windows color (decimal): -7193906 or 13515410. OLE color: 13515410.

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

Color convert

RGB 146 58 206 -
CMYK 0.29 0.72 0 0.19
HSL 275.68º 0.6% 0.52% -
HSV(B) 275.68º 0.72% 0.81% -
XYZ 24.51 13.59 59.72 -
YUV 101.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 146 58 206 0.29 0.72 0 0.19 275.68 0.6 0.52
Hex 92 3A CE 1D 48 0 13 114 3C 34
Octal 222 72 316 35 110 0 23 424 74 64
Binary 10010010 111010 11001110 11101 1001000 0 10011 100010100 111100 110100

Color Harmonies of #923ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ACE

Black with #923ACE

Text Example


Text Example

White with #923ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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