Html Css Color HEX #953ABE Dark Orchid

📋 copy color: '#953ABE'

red 149 ◦ green 58 ◦ blue 190

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

Shades of Dark Orchid #953ABE

Tints of Dark Orchid #953ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 37.53%
G = 14.61%
B = 47.86%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#953ABE (or 0x953ABE) is known color: Dark Orchid. HEX triplet: 95, 3A and BE. RGB value is (149,58,190). Sum of RGB (Red+Green+Blue) = 149+58+190=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #953ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ABE is #6AC541. Grayscale: #636363. Windows color (decimal): -6997314 or 12466837. OLE color: 12466837.

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

Color convert

RGB 149 58 190 -
CMYK 0.22 0.69 0 0.25
HSL 281.36º 0.53% 0.49% -
HSV(B) 281.36º 0.69% 0.75% -
XYZ 23.2 13.13 50.03 -
YUV 100.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 149 58 190 0.22 0.69 0 0.25 281.36 0.53 0.49
Hex 95 3A BE 16 45 0 19 119 35 31
Octal 225 72 276 26 105 0 31 431 65 61
Binary 10010101 111010 10111110 10110 1000101 0 11001 100011001 110101 110001

Color Harmonies of #953ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ABE

Black with #953ABE

Text Example


Text Example

White with #953ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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