Html Css Color HEX #953DDC Dark Orchid

📋 copy color: '#953DDC'

red 149 ◦ green 61 ◦ blue 220

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

Shades of Dark Orchid #953DDC

Tints of Dark Orchid #953DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 34.65%
G = 14.19%
B = 51.16%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#953DDC (or 0x953DDC) is known color: Dark Orchid. HEX triplet: 95, 3D and DC. RGB value is (149,61,220). Sum of RGB (Red+Green+Blue) = 149+61+220=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #953DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DDC is #6AC223. Grayscale: #686868. Windows color (decimal): -6996516 or 14433685. OLE color: 14433685.

HSL color Cylindrical-coordinate representation of color #953DDC: hue angle of 273.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953DDC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 61 220 -
CMYK 0.32 0.72 0 0.14
HSL 273.21º 0.69% 0.55% -
HSV(B) 273.21º 0.72% 0.86% -
XYZ 26.98 14.89 69.16 -
YUV 105.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 149 61 220 0.32 0.72 0 0.14 273.21 0.69 0.55
Hex 95 3D DC 20 48 0 E 111 45 37
Octal 225 75 334 40 110 0 16 421 105 67
Binary 10010101 111101 11011100 100000 1001000 0 1110 100010001 1000101 110111

Color Harmonies of #953DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DDC

Black with #953DDC

Text Example


Text Example

White with #953DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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