Html Css Color HEX #921ABA Dark Orchid

📋 copy color: '#921ABA'

red 146 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #921ABA

Tints of Dark Orchid #921ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

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

R = 40.78%
G = 7.26%
B = 51.96%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#921ABA (or 0x921ABA) is known color: Dark Orchid. HEX triplet: 92, 1A and BA. RGB value is (146,26,186). Sum of RGB (Red+Green+Blue) = 146+26+186=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #921ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ABA is #6DE545. Grayscale: #4F4F4F. Windows color (decimal): -7202118 or 12196498. OLE color: 12196498.

HSL color Cylindrical-coordinate representation of color #921ABA: hue angle of 285º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921ABA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 26 186 -
CMYK 0.22 0.86 0 0.27
HSL 285º 0.75% 0.42% -
HSV(B) 285º 0.86% 0.73% -
XYZ 21.09 10.39 47.35 -
YUV 80.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 146 26 186 0.22 0.86 0 0.27 285 0.75 0.42
Hex 92 1A BA 16 56 0 1B 11D 4B 2A
Octal 222 32 272 26 126 0 33 435 113 52
Binary 10010010 11010 10111010 10110 1010110 0 11011 100011101 1001011 101010

Color Harmonies of #921ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921ABA

Black with #921ABA

Text Example


Text Example

White with #921ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921ABA; }

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

 H1.HeaderClassName
 {
   color: #921ABA;
 }
 .AnyTagClassName
 {
   color: #921ABA;
 }
</style>

background-color css

<style>
 a { background-color: #921ABA; }

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

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

border-color css

<style>
 span { border-color: #921ABA; }

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

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