Html Css Color HEX #923CBA Dark Orchid

📋 copy color: '#923CBA'

red 146 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #923CBA

Tints of Dark Orchid #923CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 37.24%
G = 15.31%
B = 47.45%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#923CBA (or 0x923CBA) is known color: Dark Orchid. HEX triplet: 92, 3C and BA. RGB value is (146,60,186). Sum of RGB (Red+Green+Blue) = 146+60+186=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #923CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CBA is #6DC345. Grayscale: #636363. Windows color (decimal): -7193414 or 12205202. OLE color: 12205202.

HSL color Cylindrical-coordinate representation of color #923CBA: hue angle of 280.95º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923CBA is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 60 186 -
CMYK 0.22 0.68 0 0.27
HSL 280.95º 0.51% 0.48% -
HSV(B) 280.95º 0.68% 0.73% -
XYZ 22.33 12.89 47.76 -
YUV 100.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 146 60 186 0.22 0.68 0 0.27 280.95 0.51 0.48
Hex 92 3C BA 16 44 0 1B 119 33 30
Octal 222 74 272 26 104 0 33 431 63 60
Binary 10010010 111100 10111010 10110 1000100 0 11011 100011001 110011 110000

Color Harmonies of #923CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923CBA

Black with #923CBA

Text Example


Text Example

White with #923CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,60,186); }

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

background-color css

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

 a { background-color: rgb(146,60,186); }

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

border-color css

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

 span { border-color: rgb(146,60,186); }

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