Html Css Color HEX #953DCC Dark Orchid

📋 copy color: '#953DCC'

red 149 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #953DCC

Tints of Dark Orchid #953DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 35.99%
G = 14.73%
B = 49.28%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#953DCC (or 0x953DCC) is known color: Dark Orchid. HEX triplet: 95, 3D and CC. RGB value is (149,61,204). Sum of RGB (Red+Green+Blue) = 149+61+204=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #953DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DCC is #6AC233. Grayscale: #676767. Windows color (decimal): -6996532 or 13385109. OLE color: 13385109.

HSL color Cylindrical-coordinate representation of color #953DCC: hue angle of 276.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953DCC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 61 204 -
CMYK 0.27 0.70 0 0.2
HSL 276.92º 0.58% 0.52% -
HSV(B) 276.92º 0.7% 0.8% -
XYZ 24.96 14.09 58.53 -
YUV 103.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 149 61 204 0.27 0.70 0 0.2 276.92 0.58 0.52
Hex 95 3D CC 1B 46 0 14 115 3A 34
Octal 225 75 314 33 106 0 24 425 72 64
Binary 10010101 111101 11001100 11011 1000110 0 10100 100010101 111010 110100

Color Harmonies of #953DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DCC

Black with #953DCC

Text Example


Text Example

White with #953DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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