Html Css Color HEX #923ABB Dark Orchid

📋 copy color: '#923ABB'

red 146 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #923ABB

Tints of Dark Orchid #923ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 37.34%
G = 14.83%
B = 47.83%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#923ABB (or 0x923ABB) is known color: Dark Orchid. HEX triplet: 92, 3A and BB. RGB value is (146,58,187). Sum of RGB (Red+Green+Blue) = 146+58+187=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #923ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ABB is #6DC544. Grayscale: #626262. Windows color (decimal): -7193925 or 12270226. OLE color: 12270226.

HSL color Cylindrical-coordinate representation of color #923ABB: hue angle of 280.93º degrees, saturation: 0.53, 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 #923ABB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 58 187 -
CMYK 0.22 0.69 0 0.27
HSL 280.93º 0.53% 0.48% -
HSV(B) 280.93º 0.69% 0.73% -
XYZ 22.34 12.72 48.29 -
YUV 99.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 146 58 187 0.22 0.69 0 0.27 280.93 0.53 0.48
Hex 92 3A BB 16 45 0 1B 119 35 30
Octal 222 72 273 26 105 0 33 431 65 60
Binary 10010010 111010 10111011 10110 1000101 0 11011 100011001 110101 110000

Color Harmonies of #923ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ABB

Black with #923ABB

Text Example


Text Example

White with #923ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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