Html Css Color HEX #923DB9 Dark Orchid

📋 copy color: '#923DB9'

red 146 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #923DB9

Tints of Dark Orchid #923DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

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

R = 37.24%
G = 15.56%
B = 47.19%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#923DB9 (or 0x923DB9) is known color: Dark Orchid. HEX triplet: 92, 3D and B9. RGB value is (146,61,185). Sum of RGB (Red+Green+Blue) = 146+61+185=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #923DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DB9 is #6DC246. Grayscale: #646464. Windows color (decimal): -7193159 or 12139922. OLE color: 12139922.

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

Color convert

RGB 146 61 185 -
CMYK 0.21 0.67 0 0.27
HSL 281.13º 0.5% 0.48% -
HSV(B) 281.13º 0.67% 0.73% -
XYZ 22.28 12.95 47.22 -
YUV 100.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 146 61 185 0.21 0.67 0 0.27 281.13 0.5 0.48
Hex 92 3D B9 15 43 0 1B 119 32 30
Octal 222 75 271 25 103 0 33 431 62 60
Binary 10010010 111101 10111001 10101 1000011 0 11011 100011001 110010 110000

Color Harmonies of #923DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923DB9

Black with #923DB9

Text Example


Text Example

White with #923DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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