Html Css Color HEX #953ACD Dark Orchid

📋 copy color: '#953ACD'

red 149 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #953ACD

Tints of Dark Orchid #953ACD

RGB

 RED value IS 149 (58.59% from 255) = 36.17%

 GREEN value IS 58 (23.05% from 255) = 14.08%

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

R = 36.17%
G = 14.08%
B = 49.76%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#953ACD (or 0x953ACD) is known color: Dark Orchid. HEX triplet: 95, 3A and CD. RGB value is (149,58,205). Sum of RGB (Red+Green+Blue) = 149+58+205=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #953ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ACD is #6AC532. Grayscale: #656565. Windows color (decimal): -6997299 or 13449877. OLE color: 13449877.

HSL color Cylindrical-coordinate representation of color #953ACD: hue angle of 277.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953ACD is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 58 205 -
CMYK 0.27 0.72 0 0.20
HSL 277.14º 0.6% 0.52% -
HSV(B) 277.14º 0.72% 0.8% -
XYZ 24.93 13.82 59.11 -
YUV 101.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 149 58 205 0.27 0.72 0 0.20 277.14 0.6 0.52
Hex 95 3A CD 1B 48 0 14 115 3C 34
Octal 225 72 315 33 110 0 24 425 74 64
Binary 10010101 111010 11001101 11011 1001000 0 10100 100010101 111100 110100

Color Harmonies of #953ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ACD

Black with #953ACD

Text Example


Text Example

White with #953ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953ACD; }

 p { color: rgb(149,58,205); }

 H1.HeaderClassName
 {
   color: #953ACD;
 }
 .AnyTagClassName
 {
   color: #953ACD;
 }
</style>

background-color css

<style>
 a { background-color: #953ACD; }

 a { background-color: rgb(149,58,205); }

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

border-color css

<style>
 span { border-color: #953ACD; }

 span { border-color: rgb(149,58,205); }

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