Html Css Color HEX #953ACC Dark Orchid

📋 copy color: '#953ACC'

red 149 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #953ACC

Tints of Dark Orchid #953ACC

RGB

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

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

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

R = 36.25%
G = 14.11%
B = 49.64%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#953ACC (or 0x953ACC) is known color: Dark Orchid. HEX triplet: 95, 3A and CC. RGB value is (149,58,204). Sum of RGB (Red+Green+Blue) = 149+58+204=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 58 (23.05% from 255 or 14.11% 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 #953ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ACC is #6AC533. Grayscale: #656565. Windows color (decimal): -6997300 or 13384341. OLE color: 13384341.

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

Color convert

RGB 149 58 204 -
CMYK 0.27 0.72 0 0.2
HSL 277.4º 0.59% 0.51% -
HSV(B) 277.4º 0.72% 0.8% -
XYZ 24.81 13.78 58.48 -
YUV 101.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 149 58 204 0.27 0.72 0 0.2 277.4 0.59 0.51
Hex 95 3A CC 1B 48 0 14 115 3B 33
Octal 225 72 314 33 110 0 24 425 73 63
Binary 10010101 111010 11001100 11011 1001000 0 10100 100010101 111011 110011

Color Harmonies of #953ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ACC

Black with #953ACC

Text Example


Text Example

White with #953ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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