Html Css Color HEX #921DBA Dark Orchid

📋 copy color: '#921DBA'

red 146 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #921DBA

Tints of Dark Orchid #921DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

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

R = 40.44%
G = 8.03%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#921DBA (or 0x921DBA) is known color: Dark Orchid. HEX triplet: 92, 1D and BA. RGB value is (146,29,186). Sum of RGB (Red+Green+Blue) = 146+29+186=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #921DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DBA is #6DE245. Grayscale: #515151. Windows color (decimal): -7201350 or 12197266. OLE color: 12197266.

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

Color convert

RGB 146 29 186 -
CMYK 0.22 0.84 0 0.27
HSL 284.71º 0.73% 0.42% -
HSV(B) 284.71º 0.84% 0.73% -
XYZ 21.16 10.53 47.37 -
YUV 81.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 146 29 186 0.22 0.84 0 0.27 284.71 0.73 0.42
Hex 92 1D BA 16 54 0 1B 11D 49 2A
Octal 222 35 272 26 124 0 33 435 111 52
Binary 10010010 11101 10111010 10110 1010100 0 11011 100011101 1001001 101010

Color Harmonies of #921DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921DBA

Black with #921DBA

Text Example


Text Example

White with #921DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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