Html Css Color HEX #931EC7 Dark Orchid

📋 copy color: '#931EC7'

red 147 ◦ green 30 ◦ blue 199

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

Shades of Dark Orchid #931EC7

Tints of Dark Orchid #931EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.93%

R = 39.1%
G = 7.98%
B = 52.93%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#931EC7 (or 0x931EC7) is known color: Dark Orchid. HEX triplet: 93, 1E and C7. RGB value is (147,30,199). Sum of RGB (Red+Green+Blue) = 147+30+199=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #931EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931EC7 is #6CE138. Grayscale: #535353. Windows color (decimal): -7135545 or 13049491. OLE color: 13049491.

HSL color Cylindrical-coordinate representation of color #931EC7: hue angle of 281.54º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931EC7 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 30 199 -
CMYK 0.26 0.85 0 0.22
HSL 281.54º 0.74% 0.45% -
HSV(B) 281.54º 0.85% 0.78% -
XYZ 22.81 11.26 55 -
YUV 84.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 147 30 199 0.26 0.85 0 0.22 281.54 0.74 0.45
Hex 93 1E C7 1A 55 0 16 11A 4A 2D
Octal 223 36 307 32 125 0 26 432 112 55
Binary 10010011 11110 11000111 11010 1010101 0 10110 100011010 1001010 101101

Color Harmonies of #931EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931EC7

Black with #931EC7

Text Example


Text Example

White with #931EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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