Html Css Color HEX #931EBA Dark Orchid

📋 copy color: '#931EBA'

red 147 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #931EBA

Tints of Dark Orchid #931EBA

RGB

 RED value IS 147 (57.81% from 255) = 40.5%

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

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

R = 40.5%
G = 8.26%
B = 51.24%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#931EBA (or 0x931EBA) is known color: Dark Orchid. HEX triplet: 93, 1E and BA. RGB value is (147,30,186). Sum of RGB (Red+Green+Blue) = 147+30+186=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #931EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931EBA is #6CE145. Grayscale: #525252. Windows color (decimal): -7135558 or 12197523. OLE color: 12197523.

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

Color convert

RGB 147 30 186 -
CMYK 0.21 0.84 0 0.27
HSL 285º 0.72% 0.42% -
HSV(B) 285º 0.84% 0.73% -
XYZ 21.36 10.68 47.39 -
YUV 82.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 147 30 186 0.21 0.84 0 0.27 285 0.72 0.42
Hex 93 1E BA 15 54 0 1B 11D 48 2A
Octal 223 36 272 25 124 0 33 435 110 52
Binary 10010011 11110 10111010 10101 1010100 0 11011 100011101 1001000 101010

Color Harmonies of #931EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931EBA

Black with #931EBA

Text Example


Text Example

White with #931EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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