Html Css Color HEX #931ECE Dark Orchid

📋 copy color: '#931ECE'

red 147 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #931ECE

Tints of Dark Orchid #931ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 38.38%
G = 7.83%
B = 53.79%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#931ECE (or 0x931ECE) is known color: Dark Orchid. HEX triplet: 93, 1E and CE. RGB value is (147,30,206). Sum of RGB (Red+Green+Blue) = 147+30+206=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #931ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ECE is #6CE131. Grayscale: #545454. Windows color (decimal): -7135538 or 13508243. OLE color: 13508243.

HSL color Cylindrical-coordinate representation of color #931ECE: hue angle of 279.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931ECE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 30 206 -
CMYK 0.29 0.85 0 0.19
HSL 279.89º 0.75% 0.46% -
HSV(B) 279.89º 0.85% 0.81% -
XYZ 23.64 11.59 59.38 -
YUV 85.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 147 30 206 0.29 0.85 0 0.19 279.89 0.75 0.46
Hex 93 1E CE 1D 55 0 13 118 4B 2E
Octal 223 36 316 35 125 0 23 430 113 56
Binary 10010011 11110 11001110 11101 1010101 0 10011 100011000 1001011 101110

Color Harmonies of #931ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931ECE

Black with #931ECE

Text Example


Text Example

White with #931ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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