Html Css Color HEX #923AB9 Dark Orchid

📋 copy color: '#923AB9'

red 146 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #923AB9

Tints of Dark Orchid #923AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.56%

R = 37.53%
G = 14.91%
B = 47.56%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#923AB9 (or 0x923AB9) is known color: Dark Orchid. HEX triplet: 92, 3A and B9. RGB value is (146,58,185). Sum of RGB (Red+Green+Blue) = 146+58+185=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #923AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923AB9 is #6DC546. Grayscale: #626262. Windows color (decimal): -7193927 or 12139154. OLE color: 12139154.

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

Color convert

RGB 146 58 185 -
CMYK 0.21 0.69 0 0.27
HSL 281.57º 0.52% 0.48% -
HSV(B) 281.57º 0.69% 0.73% -
XYZ 22.12 12.64 47.17 -
YUV 98.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 146 58 185 0.21 0.69 0 0.27 281.57 0.52 0.48
Hex 92 3A B9 15 45 0 1B 11A 34 30
Octal 222 72 271 25 105 0 33 432 64 60
Binary 10010010 111010 10111001 10101 1000101 0 11011 100011010 110100 110000

Color Harmonies of #923AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923AB9

Black with #923AB9

Text Example


Text Example

White with #923AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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