Html Css Color HEX #953DD9 Dark Orchid

📋 copy color: '#953DD9'

red 149 ◦ green 61 ◦ blue 217

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

Shades of Dark Orchid #953DD9

Tints of Dark Orchid #953DD9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.29%

 BLUE value IS 217 (85.16% from 255) = 50.82%

R = 34.89%
G = 14.29%
B = 50.82%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#953DD9 (or 0x953DD9) is known color: Dark Orchid. HEX triplet: 95, 3D and D9. RGB value is (149,61,217). Sum of RGB (Red+Green+Blue) = 149+61+217=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #953DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DD9 is #6AC226. Grayscale: #686868. Windows color (decimal): -6996519 or 14237077. OLE color: 14237077.

HSL color Cylindrical-coordinate representation of color #953DD9: hue angle of 273.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953DD9 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 61 217 -
CMYK 0.31 0.72 0 0.15
HSL 273.85º 0.67% 0.55% -
HSV(B) 273.85º 0.72% 0.85% -
XYZ 26.59 14.74 67.09 -
YUV 105.1 191.15 159.32 -
System Red Green Blue C M Y K H S L
Decimal 149 61 217 0.31 0.72 0 0.15 273.85 0.67 0.55
Hex 95 3D D9 1F 48 0 F 112 43 37
Octal 225 75 331 37 110 0 17 422 103 67
Binary 10010101 111101 11011001 11111 1001000 0 1111 100010010 1000011 110111

Color Harmonies of #953DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DD9

Black with #953DD9

Text Example


Text Example

White with #953DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,61,217); }

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

background-color css

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

 a { background-color: rgb(149,61,217); }

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

border-color css

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

 span { border-color: rgb(149,61,217); }

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