Html Css Color HEX #953EBC Dark Orchid

📋 copy color: '#953EBC'

red 149 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #953EBC

Tints of Dark Orchid #953EBC

RGB

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

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

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

R = 37.34%
G = 15.54%
B = 47.12%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#953EBC (or 0x953EBC) is known color: Dark Orchid. HEX triplet: 95, 3E and BC. RGB value is (149,62,188). Sum of RGB (Red+Green+Blue) = 149+62+188=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #953EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EBC is #6AC143. Grayscale: #656565. Windows color (decimal): -6996292 or 12336789. OLE color: 12336789.

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

Color convert

RGB 149 62 188 -
CMYK 0.21 0.67 0 0.26
HSL 281.43º 0.5% 0.49% -
HSV(B) 281.43º 0.67% 0.74% -
XYZ 23.19 13.47 48.95 -
YUV 102.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 149 62 188 0.21 0.67 0 0.26 281.43 0.5 0.49
Hex 95 3E BC 15 43 0 1A 119 32 31
Octal 225 76 274 25 103 0 32 431 62 61
Binary 10010101 111110 10111100 10101 1000011 0 11010 100011001 110010 110001

Color Harmonies of #953EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EBC

Black with #953EBC

Text Example


Text Example

White with #953EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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