Html Css Color HEX #953FBC Dark Orchid

📋 copy color: '#953FBC'

red 149 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #953FBC

Tints of Dark Orchid #953FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 37.25%
G = 15.75%
B = 47%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#953FBC (or 0x953FBC) is known color: Dark Orchid. HEX triplet: 95, 3F and BC. RGB value is (149,63,188). Sum of RGB (Red+Green+Blue) = 149+63+188=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #953FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FBC is #6AC043. Grayscale: #666666. Windows color (decimal): -6996036 or 12337045. OLE color: 12337045.

HSL color Cylindrical-coordinate representation of color #953FBC: hue angle of 281.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953FBC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 63 188 -
CMYK 0.21 0.66 0 0.26
HSL 281.28º 0.5% 0.49% -
HSV(B) 281.28º 0.66% 0.74% -
XYZ 23.25 13.58 48.97 -
YUV 102.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 149 63 188 0.21 0.66 0 0.26 281.28 0.5 0.49
Hex 95 3F BC 15 42 0 1A 119 32 31
Octal 225 77 274 25 102 0 32 431 62 61
Binary 10010101 111111 10111100 10101 1000010 0 11010 100011001 110010 110001

Color Harmonies of #953FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FBC

Black with #953FBC

Text Example


Text Example

White with #953FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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