Html Css Color HEX #921EBA Dark Orchid

📋 copy color: '#921EBA'

red 146 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #921EBA

Tints of Dark Orchid #921EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

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

R = 40.33%
G = 8.29%
B = 51.38%

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

#921EBA (or 0x921EBA) is known color: Dark Orchid. HEX triplet: 92, 1E and BA. RGB value is (146,30,186). Sum of RGB (Red+Green+Blue) = 146+30+186=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #921EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EBA is #6DE145. Grayscale: #515151. Windows color (decimal): -7201094 or 12197522. OLE color: 12197522.

HSL color Cylindrical-coordinate representation of color #921EBA: hue angle of 284.62º degrees, saturation: 0.72, 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 #921EBA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 30 186 -
CMYK 0.22 0.84 0 0.27
HSL 284.62º 0.72% 0.42% -
HSV(B) 284.62º 0.84% 0.73% -
XYZ 21.18 10.58 47.38 -
YUV 82.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 146 30 186 0.22 0.84 0 0.27 284.62 0.72 0.42
Hex 92 1E BA 16 54 0 1B 11D 48 2A
Octal 222 36 272 26 124 0 33 435 110 52
Binary 10010010 11110 10111010 10110 1010100 0 11011 100011101 1001000 101010

Color Harmonies of #921EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921EBA

Black with #921EBA

Text Example


Text Example

White with #921EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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