Html Css Color HEX #913BCD Dark Orchid

📋 copy color: '#913BCD'

red 145 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #913BCD

Tints of Dark Orchid #913BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.43%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 35.45%
G = 14.43%
B = 50.12%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#913BCD (or 0x913BCD) is known color: Dark Orchid. HEX triplet: 91, 3B and CD. RGB value is (145,59,205). Sum of RGB (Red+Green+Blue) = 145+59+205=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #913BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BCD is #6EC432. Grayscale: #646464. Windows color (decimal): -7259187 or 13450129. OLE color: 13450129.

HSL color Cylindrical-coordinate representation of color #913BCD: hue angle of 275.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913BCD is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 59 205 -
CMYK 0.29 0.71 0 0.20
HSL 275.34º 0.59% 0.52% -
HSV(B) 275.34º 0.71% 0.8% -
XYZ 24.26 13.56 59.1 -
YUV 101.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 145 59 205 0.29 0.71 0 0.20 275.34 0.59 0.52
Hex 91 3B CD 1D 47 0 14 113 3B 34
Octal 221 73 315 35 107 0 24 423 73 64
Binary 10010001 111011 11001101 11101 1000111 0 10100 100010011 111011 110100

Color Harmonies of #913BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913BCD

Black with #913BCD

Text Example


Text Example

White with #913BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,59,205); }

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

background-color css

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

 a { background-color: rgb(145,59,205); }

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

border-color css

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

 span { border-color: rgb(145,59,205); }

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