Html Css Color HEX #953FBD Dark Orchid

📋 copy color: '#953FBD'

red 149 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #953FBD

Tints of Dark Orchid #953FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.71%

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

R = 37.16%
G = 15.71%
B = 47.13%

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

#953FBD (or 0x953FBD) is known color: Dark Orchid. HEX triplet: 95, 3F and BD. RGB value is (149,63,189). Sum of RGB (Red+Green+Blue) = 149+63+189=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #953FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FBD is #6AC042. Grayscale: #666666. Windows color (decimal): -6996035 or 12402581. OLE color: 12402581.

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

Color convert

RGB 149 63 189 -
CMYK 0.21 0.67 0 0.26
HSL 280.95º 0.5% 0.49% -
HSV(B) 280.95º 0.67% 0.74% -
XYZ 23.36 13.62 49.54 -
YUV 103.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 149 63 189 0.21 0.67 0 0.26 280.95 0.5 0.49
Hex 95 3F BD 15 43 0 1A 119 32 31
Octal 225 77 275 25 103 0 32 431 62 61
Binary 10010101 111111 10111101 10101 1000011 0 11010 100011001 110010 110001

Color Harmonies of #953FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FBD

Black with #953FBD

Text Example


Text Example

White with #953FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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