Html Css Color HEX #953BC3 Dark Orchid

📋 copy color: '#953BC3'

red 149 ◦ green 59 ◦ blue 195

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

Shades of Dark Orchid #953BC3

Tints of Dark Orchid #953BC3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.64%

 BLUE value IS 195 (76.56% from 255) = 48.39%

R = 36.97%
G = 14.64%
B = 48.39%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#953BC3 (or 0x953BC3) is known color: Dark Orchid. HEX triplet: 95, 3B and C3. RGB value is (149,59,195). Sum of RGB (Red+Green+Blue) = 149+59+195=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #953BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BC3 is #6AC43C. Grayscale: #646464. Windows color (decimal): -6997053 or 12794773. OLE color: 12794773.

HSL color Cylindrical-coordinate representation of color #953BC3: hue angle of 279.71º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953BC3 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 59 195 -
CMYK 0.24 0.70 0 0.24
HSL 279.71º 0.54% 0.5% -
HSV(B) 279.71º 0.7% 0.76% -
XYZ 23.81 13.46 52.97 -
YUV 101.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 149 59 195 0.24 0.70 0 0.24 279.71 0.54 0.5
Hex 95 3B C3 18 46 0 18 118 36 32
Octal 225 73 303 30 106 0 30 430 66 62
Binary 10010101 111011 11000011 11000 1000110 0 11000 100011000 110110 110010

Color Harmonies of #953BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BC3

Black with #953BC3

Text Example


Text Example

White with #953BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,195); }

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

background-color css

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

 a { background-color: rgb(149,59,195); }

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

border-color css

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

 span { border-color: rgb(149,59,195); }

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