Html Css Color HEX #953ABC Dark Orchid

📋 copy color: '#953ABC'

red 149 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #953ABC

Tints of Dark Orchid #953ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 37.72%
G = 14.68%
B = 47.59%

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

#953ABC (or 0x953ABC) is known color: Dark Orchid. HEX triplet: 95, 3A and BC. RGB value is (149,58,188). Sum of RGB (Red+Green+Blue) = 149+58+188=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #953ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ABC is #6AC543. Grayscale: #636363. Windows color (decimal): -6997316 or 12335765. OLE color: 12335765.

HSL color Cylindrical-coordinate representation of color #953ABC: hue angle of 282º 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 #953ABC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 58 188 -
CMYK 0.21 0.69 0 0.26
HSL 282º 0.53% 0.48% -
HSV(B) 282º 0.69% 0.74% -
XYZ 22.98 13.05 48.88 -
YUV 100.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 149 58 188 0.21 0.69 0 0.26 282 0.53 0.48
Hex 95 3A BC 15 45 0 1A 11A 35 30
Octal 225 72 274 25 105 0 32 432 65 60
Binary 10010101 111010 10111100 10101 1000101 0 11010 100011010 110101 110000

Color Harmonies of #953ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ABC

Black with #953ABC

Text Example


Text Example

White with #953ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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