Html Css Color HEX #953CBA Dark Orchid

📋 copy color: '#953CBA'

red 149 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #953CBA

Tints of Dark Orchid #953CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.19%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 37.72%
G = 15.19%
B = 47.09%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#953CBA (or 0x953CBA) is known color: Dark Orchid. HEX triplet: 95, 3C and BA. RGB value is (149,60,186). Sum of RGB (Red+Green+Blue) = 149+60+186=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #953CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CBA is #6AC345. Grayscale: #646464. Windows color (decimal): -6996806 or 12205205. OLE color: 12205205.

HSL color Cylindrical-coordinate representation of color #953CBA: hue angle of 282.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953CBA is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 60 186 -
CMYK 0.20 0.68 0 0.27
HSL 282.38º 0.51% 0.48% -
HSV(B) 282.38º 0.68% 0.73% -
XYZ 22.87 13.17 47.79 -
YUV 100.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 149 60 186 0.20 0.68 0 0.27 282.38 0.51 0.48
Hex 95 3C BA 14 44 0 1B 11A 33 30
Octal 225 74 272 24 104 0 33 432 63 60
Binary 10010101 111100 10111010 10100 1000100 0 11011 100011010 110011 110000

Color Harmonies of #953CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CBA

Black with #953CBA

Text Example


Text Example

White with #953CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,186); }

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

background-color css

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

 a { background-color: rgb(149,60,186); }

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

border-color css

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

 span { border-color: rgb(149,60,186); }

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