Html Css Color HEX #931FBA Dark Orchid

📋 copy color: '#931FBA'

red 147 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #931FBA

Tints of Dark Orchid #931FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.52%

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

R = 40.38%
G = 8.52%
B = 51.1%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#931FBA (or 0x931FBA) is known color: Dark Orchid. HEX triplet: 93, 1F and BA. RGB value is (147,31,186). Sum of RGB (Red+Green+Blue) = 147+31+186=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #931FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931FBA is #6CE045. Grayscale: #525252. Windows color (decimal): -7135302 or 12197779. OLE color: 12197779.

HSL color Cylindrical-coordinate representation of color #931FBA: hue angle of 284.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931FBA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 31 186 -
CMYK 0.21 0.83 0 0.27
HSL 284.9º 0.71% 0.43% -
HSV(B) 284.9º 0.83% 0.73% -
XYZ 21.39 10.73 47.4 -
YUV 83.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 147 31 186 0.21 0.83 0 0.27 284.9 0.71 0.43
Hex 93 1F BA 15 53 0 1B 11D 47 2B
Octal 223 37 272 25 123 0 33 435 107 53
Binary 10010011 11111 10111010 10101 1010011 0 11011 100011101 1000111 101011

Color Harmonies of #931FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931FBA

Black with #931FBA

Text Example


Text Example

White with #931FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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