Html Css Color HEX #931ECF Dark Orchid

📋 copy color: '#931ECF'

red 147 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #931ECF

Tints of Dark Orchid #931ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 38.28%
G = 7.81%
B = 53.91%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#931ECF (or 0x931ECF) is known color: Dark Orchid. HEX triplet: 93, 1E and CF. RGB value is (147,30,207). Sum of RGB (Red+Green+Blue) = 147+30+207=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #931ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ECF is #6CE130. Grayscale: #545454. Windows color (decimal): -7135537 or 13573779. OLE color: 13573779.

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

Color convert

RGB 147 30 207 -
CMYK 0.29 0.86 0 0.19
HSL 279.66º 0.75% 0.46% -
HSV(B) 279.66º 0.86% 0.81% -
XYZ 23.76 11.64 60.03 -
YUV 85.16 196.76 172.11 -
System Red Green Blue C M Y K H S L
Decimal 147 30 207 0.29 0.86 0 0.19 279.66 0.75 0.46
Hex 93 1E CF 1D 56 0 13 118 4B 2E
Octal 223 36 317 35 126 0 23 430 113 56
Binary 10010011 11110 11001111 11101 1010110 0 10011 100011000 1001011 101110

Color Harmonies of #931ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931ECF

Black with #931ECF

Text Example


Text Example

White with #931ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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