Html Css Color HEX #923CBB Dark Orchid

📋 copy color: '#923CBB'

red 146 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #923CBB

Tints of Dark Orchid #923CBB

RGB

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

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

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

R = 37.15%
G = 15.27%
B = 47.58%

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

#923CBB (or 0x923CBB) is known color: Dark Orchid. HEX triplet: 92, 3C and BB. RGB value is (146,60,187). Sum of RGB (Red+Green+Blue) = 146+60+187=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #923CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CBB is #6DC344. Grayscale: #636363. Windows color (decimal): -7193413 or 12270738. OLE color: 12270738.

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

Color convert

RGB 146 60 187 -
CMYK 0.22 0.68 0 0.27
HSL 280.63º 0.51% 0.48% -
HSV(B) 280.63º 0.68% 0.73% -
XYZ 22.44 12.93 48.33 -
YUV 100.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 146 60 187 0.22 0.68 0 0.27 280.63 0.51 0.48
Hex 92 3C BB 16 44 0 1B 119 33 30
Octal 222 74 273 26 104 0 33 431 63 60
Binary 10010010 111100 10111011 10110 1000100 0 11011 100011001 110011 110000

Color Harmonies of #923CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923CBB

Black with #923CBB

Text Example


Text Example

White with #923CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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