Html Css Color HEX #931DB4 Dark Orchid

📋 copy color: '#931DB4'

red 147 ◦ green 29 ◦ blue 180

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

Shades of Dark Orchid #931DB4

Tints of Dark Orchid #931DB4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.15%

 BLUE value IS 180 (70.7% from 255) = 50.56%

R = 41.29%
G = 8.15%
B = 50.56%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#931DB4 (or 0x931DB4) is known color: Dark Orchid. HEX triplet: 93, 1D and B4. RGB value is (147,29,180). Sum of RGB (Red+Green+Blue) = 147+29+180=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #931DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931DB4 is #6CE24B. Grayscale: #515151. Windows color (decimal): -7135820 or 11804051. OLE color: 11804051.

HSL color Cylindrical-coordinate representation of color #931DB4: hue angle of 286.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931DB4 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 29 180 -
CMYK 0.18 0.84 0 0.29
HSL 286.89º 0.72% 0.41% -
HSV(B) 286.89º 0.84% 0.71% -
XYZ 20.71 10.38 44.09 -
YUV 81.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 147 29 180 0.18 0.84 0 0.29 286.89 0.72 0.41
Hex 93 1D B4 12 54 0 1D 11F 48 29
Octal 223 35 264 22 124 0 35 437 110 51
Binary 10010011 11101 10110100 10010 1010100 0 11101 100011111 1001000 101001

Color Harmonies of #931DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931DB4

Black with #931DB4

Text Example


Text Example

White with #931DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,29,180); }

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

background-color css

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

 a { background-color: rgb(147,29,180); }

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

border-color css

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

 span { border-color: rgb(147,29,180); }

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