Html Css Color HEX #913ECC Dark Orchid

📋 copy color: '#913ECC'

red 145 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #913ECC

Tints of Dark Orchid #913ECC

RGB

 RED value IS 145 (57.03% from 255) = 35.28%

 GREEN value IS 62 (24.61% from 255) = 15.09%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 35.28%
G = 15.09%
B = 49.64%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#913ECC (or 0x913ECC) is known color: Dark Orchid. HEX triplet: 91, 3E and CC. RGB value is (145,62,204). Sum of RGB (Red+Green+Blue) = 145+62+204=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #913ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ECC is #6EC133. Grayscale: #666666. Windows color (decimal): -7258420 or 13385361. OLE color: 13385361.

HSL color Cylindrical-coordinate representation of color #913ECC: hue angle of 275.07º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913ECC is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 62 204 -
CMYK 0.29 0.70 0 0.2
HSL 275.07º 0.58% 0.52% -
HSV(B) 275.07º 0.7% 0.8% -
XYZ 24.3 13.82 58.51 -
YUV 103.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 145 62 204 0.29 0.70 0 0.2 275.07 0.58 0.52
Hex 91 3E CC 1D 46 0 14 113 3A 34
Octal 221 76 314 35 106 0 24 423 72 64
Binary 10010001 111110 11001100 11101 1000110 0 10100 100010011 111010 110100

Color Harmonies of #913ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913ECC

Black with #913ECC

Text Example


Text Example

White with #913ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913ECC; }

 p { color: rgb(145,62,204); }

 H1.HeaderClassName
 {
   color: #913ECC;
 }
 .AnyTagClassName
 {
   color: #913ECC;
 }
</style>

background-color css

<style>
 a { background-color: #913ECC; }

 a { background-color: rgb(145,62,204); }

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

border-color css

<style>
 span { border-color: #913ECC; }

 span { border-color: rgb(145,62,204); }

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