Html Css Color HEX #953FCC Dark Orchid

📋 copy color: '#953FCC'

red 149 ◦ green 63 ◦ blue 204

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

Shades of Dark Orchid #953FCC

Tints of Dark Orchid #953FCC

RGB

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

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

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

R = 35.82%
G = 15.14%
B = 49.04%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#953FCC (or 0x953FCC) is known color: Dark Orchid. HEX triplet: 95, 3F and CC. RGB value is (149,63,204). Sum of RGB (Red+Green+Blue) = 149+63+204=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #953FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FCC is #6AC033. Grayscale: #686868. Windows color (decimal): -6996020 or 13385621. OLE color: 13385621.

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

Color convert

RGB 149 63 204 -
CMYK 0.27 0.69 0 0.2
HSL 276.6º 0.58% 0.52% -
HSV(B) 276.6º 0.69% 0.8% -
XYZ 25.07 14.3 58.57 -
YUV 104.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 149 63 204 0.27 0.69 0 0.2 276.6 0.58 0.52
Hex 95 3F CC 1B 45 0 14 115 3A 34
Octal 225 77 314 33 105 0 24 425 72 64
Binary 10010101 111111 11001100 11011 1000101 0 10100 100010101 111010 110100

Color Harmonies of #953FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FCC

Black with #953FCC

Text Example


Text Example

White with #953FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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