Html Css Color HEX #953AC0 Dark Orchid

📋 copy color: '#953AC0'

red 149 ◦ green 58 ◦ blue 192

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

Shades of Dark Orchid #953AC0

Tints of Dark Orchid #953AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 37.34%
G = 14.54%
B = 48.12%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#953AC0 (or 0x953AC0) is known color: Dark Orchid. HEX triplet: 95, 3A and C0. RGB value is (149,58,192). Sum of RGB (Red+Green+Blue) = 149+58+192=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #953AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953AC0 is #6AC53F. Grayscale: #646464. Windows color (decimal): -6997312 or 12597909. OLE color: 12597909.

HSL color Cylindrical-coordinate representation of color #953AC0: hue angle of 280.75º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953AC0 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 58 192 -
CMYK 0.22 0.70 0 0.25
HSL 280.75º 0.54% 0.49% -
HSV(B) 280.75º 0.7% 0.75% -
XYZ 23.42 13.22 51.19 -
YUV 100.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 149 58 192 0.22 0.70 0 0.25 280.75 0.54 0.49
Hex 95 3A C0 16 46 0 19 119 36 31
Octal 225 72 300 26 106 0 31 431 66 61
Binary 10010101 111010 11000000 10110 1000110 0 11001 100011001 110110 110001

Color Harmonies of #953AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AC0

Black with #953AC0

Text Example


Text Example

White with #953AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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