Html Css Color HEX #953ABF Dark Orchid

📋 copy color: '#953ABF'

red 149 ◦ green 58 ◦ blue 191

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

Shades of Dark Orchid #953ABF

Tints of Dark Orchid #953ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 37.44%
G = 14.57%
B = 47.99%

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

#953ABF (or 0x953ABF) is known color: Dark Orchid. HEX triplet: 95, 3A and BF. RGB value is (149,58,191). Sum of RGB (Red+Green+Blue) = 149+58+191=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #953ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ABF is #6AC540. Grayscale: #636363. Windows color (decimal): -6997313 or 12532373. OLE color: 12532373.

HSL color Cylindrical-coordinate representation of color #953ABF: hue angle of 281.05º degrees, saturation: 0.53, 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 #953ABF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 58 191 -
CMYK 0.22 0.70 0 0.25
HSL 281.05º 0.53% 0.49% -
HSV(B) 281.05º 0.7% 0.75% -
XYZ 23.31 13.18 50.61 -
YUV 100.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 149 58 191 0.22 0.70 0 0.25 281.05 0.53 0.49
Hex 95 3A BF 16 46 0 19 119 35 31
Octal 225 72 277 26 106 0 31 431 65 61
Binary 10010101 111010 10111111 10110 1000110 0 11001 100011001 110101 110001

Color Harmonies of #953ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ABF

Black with #953ABF

Text Example


Text Example

White with #953ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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