Html Css Color HEX #931AD3 Dark Orchid

📋 copy color: '#931AD3'

red 147 ◦ green 26 ◦ blue 211

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

Shades of Dark Orchid #931AD3

Tints of Dark Orchid #931AD3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

 BLUE value IS 211 (82.81% from 255) = 54.95%

R = 38.28%
G = 6.77%
B = 54.95%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#931AD3 (or 0x931AD3) is known color: Dark Orchid. HEX triplet: 93, 1A and D3. RGB value is (147,26,211). Sum of RGB (Red+Green+Blue) = 147+26+211=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #931AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931AD3 is #6CE52C. Grayscale: #525252. Windows color (decimal): -7136557 or 13834899. OLE color: 13834899.

HSL color Cylindrical-coordinate representation of color #931AD3: hue angle of 279.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931AD3 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 26 211 -
CMYK 0.30 0.88 0 0.17
HSL 279.24º 0.78% 0.46% -
HSV(B) 279.24º 0.88% 0.83% -
XYZ 24.16 11.64 62.6 -
YUV 83.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 147 26 211 0.30 0.88 0 0.17 279.24 0.78 0.46
Hex 93 1A D3 1E 58 0 11 117 4E 2E
Octal 223 32 323 36 130 0 21 427 116 56
Binary 10010011 11010 11010011 11110 1011000 0 10001 100010111 1001110 101110

Color Harmonies of #931AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931AD3

Black with #931AD3

Text Example


Text Example

White with #931AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,26,211); }

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

background-color css

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

 a { background-color: rgb(147,26,211); }

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

border-color css

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

 span { border-color: rgb(147,26,211); }

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