Html Css Color HEX #953EBD Dark Orchid

📋 copy color: '#953EBD'

red 149 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #953EBD

Tints of Dark Orchid #953EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 37.25%
G = 15.5%
B = 47.25%

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

#953EBD (or 0x953EBD) is known color: Dark Orchid. HEX triplet: 95, 3E and BD. RGB value is (149,62,189). Sum of RGB (Red+Green+Blue) = 149+62+189=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #953EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EBD is #6AC142. Grayscale: #666666. Windows color (decimal): -6996291 or 12402325. OLE color: 12402325.

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

Color convert

RGB 149 62 189 -
CMYK 0.21 0.67 0 0.26
HSL 281.1º 0.51% 0.49% -
HSV(B) 281.1º 0.67% 0.74% -
XYZ 23.3 13.51 49.52 -
YUV 102.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 149 62 189 0.21 0.67 0 0.26 281.1 0.51 0.49
Hex 95 3E BD 15 43 0 1A 119 33 31
Octal 225 76 275 25 103 0 32 431 63 61
Binary 10010101 111110 10111101 10101 1000011 0 11010 100011001 110011 110001

Color Harmonies of #953EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EBD

Black with #953EBD

Text Example


Text Example

White with #953EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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