Html Css Color HEX #953ABD Dark Orchid

📋 copy color: '#953ABD'

red 149 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #953ABD

Tints of Dark Orchid #953ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 37.63%
G = 14.65%
B = 47.73%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#953ABD (or 0x953ABD) is known color: Dark Orchid. HEX triplet: 95, 3A and BD. RGB value is (149,58,189). Sum of RGB (Red+Green+Blue) = 149+58+189=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #953ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ABD is #6AC542. Grayscale: #636363. Windows color (decimal): -6997315 or 12401301. OLE color: 12401301.

HSL color Cylindrical-coordinate representation of color #953ABD: hue angle of 281.68º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #953ABD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 58 189 -
CMYK 0.21 0.69 0 0.26
HSL 281.68º 0.53% 0.48% -
HSV(B) 281.68º 0.69% 0.74% -
XYZ 23.09 13.09 49.45 -
YUV 100.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 149 58 189 0.21 0.69 0 0.26 281.68 0.53 0.48
Hex 95 3A BD 15 45 0 1A 11A 35 30
Octal 225 72 275 25 105 0 32 432 65 60
Binary 10010101 111010 10111101 10101 1000101 0 11010 100011010 110101 110000

Color Harmonies of #953ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ABD

Black with #953ABD

Text Example


Text Example

White with #953ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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