Html Css Color HEX #923DBA Dark Orchid

📋 copy color: '#923DBA'

red 146 ◦ green 61 ◦ blue 186

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

Shades of Dark Orchid #923DBA

Tints of Dark Orchid #923DBA

RGB

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

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

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

R = 37.15%
G = 15.52%
B = 47.33%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#923DBA (or 0x923DBA) is known color: Dark Orchid. HEX triplet: 92, 3D and BA. RGB value is (146,61,186). Sum of RGB (Red+Green+Blue) = 146+61+186=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #923DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DBA is #6DC245. Grayscale: #646464. Windows color (decimal): -7193158 or 12205458. OLE color: 12205458.

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

Color convert

RGB 146 61 186 -
CMYK 0.22 0.67 0 0.27
HSL 280.8º 0.51% 0.48% -
HSV(B) 280.8º 0.67% 0.73% -
XYZ 22.39 12.99 47.78 -
YUV 100.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 146 61 186 0.22 0.67 0 0.27 280.8 0.51 0.48
Hex 92 3D BA 16 43 0 1B 119 33 30
Octal 222 75 272 26 103 0 33 431 63 60
Binary 10010010 111101 10111010 10110 1000011 0 11011 100011001 110011 110000

Color Harmonies of #923DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923DBA

Black with #923DBA

Text Example


Text Example

White with #923DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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