Html Css Color HEX #953EBA Dark Orchid

📋 copy color: '#953EBA'

red 149 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #953EBA

Tints of Dark Orchid #953EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.62%

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

R = 37.53%
G = 15.62%
B = 46.85%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#953EBA (or 0x953EBA) is known color: Dark Orchid. HEX triplet: 95, 3E and BA. RGB value is (149,62,186). Sum of RGB (Red+Green+Blue) = 149+62+186=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #953EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EBA is #6AC145. Grayscale: #656565. Windows color (decimal): -6996294 or 12205717. OLE color: 12205717.

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

Color convert

RGB 149 62 186 -
CMYK 0.20 0.67 0 0.27
HSL 282.1º 0.5% 0.49% -
HSV(B) 282.1º 0.67% 0.73% -
XYZ 22.98 13.38 47.83 -
YUV 102.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 149 62 186 0.20 0.67 0 0.27 282.1 0.5 0.49
Hex 95 3E BA 14 43 0 1B 11A 32 31
Octal 225 76 272 24 103 0 33 432 62 61
Binary 10010101 111110 10111010 10100 1000011 0 11011 100011010 110010 110001

Color Harmonies of #953EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EBA

Black with #953EBA

Text Example


Text Example

White with #953EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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