Html Css Color HEX #953DDA Dark Orchid

📋 copy color: '#953DDA'

red 149 ◦ green 61 ◦ blue 218

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

Shades of Dark Orchid #953DDA

Tints of Dark Orchid #953DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 34.81%
G = 14.25%
B = 50.93%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#953DDA (or 0x953DDA) is known color: Dark Orchid. HEX triplet: 95, 3D and DA. RGB value is (149,61,218). Sum of RGB (Red+Green+Blue) = 149+61+218=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #953DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DDA is #6AC225. Grayscale: #686868. Windows color (decimal): -6996518 or 14302613. OLE color: 14302613.

HSL color Cylindrical-coordinate representation of color #953DDA: hue angle of 273.63º degrees, saturation: 0.68, 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 #953DDA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 61 218 -
CMYK 0.32 0.72 0 0.15
HSL 273.63º 0.68% 0.55% -
HSV(B) 273.63º 0.72% 0.85% -
XYZ 26.72 14.79 67.78 -
YUV 105.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 149 61 218 0.32 0.72 0 0.15 273.63 0.68 0.55
Hex 95 3D DA 20 48 0 F 112 44 37
Octal 225 75 332 40 110 0 17 422 104 67
Binary 10010101 111101 11011010 100000 1001000 0 1111 100010010 1000100 110111

Color Harmonies of #953DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DDA

Black with #953DDA

Text Example


Text Example

White with #953DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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