Html Css Color HEX #953CBD Dark Orchid

📋 copy color: '#953CBD'

red 149 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #953CBD

Tints of Dark Orchid #953CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.08%

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 37.44%
G = 15.08%
B = 47.49%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#953CBD (or 0x953CBD) is known color: Dark Orchid. HEX triplet: 95, 3C and BD. RGB value is (149,60,189). Sum of RGB (Red+Green+Blue) = 149+60+189=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #953CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CBD is #6AC342. Grayscale: #646464. Windows color (decimal): -6996803 or 12401813. OLE color: 12401813.

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

Color convert

RGB 149 60 189 -
CMYK 0.21 0.68 0 0.26
HSL 281.4º 0.52% 0.49% -
HSV(B) 281.4º 0.68% 0.74% -
XYZ 23.2 13.3 49.49 -
YUV 101.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 149 60 189 0.21 0.68 0 0.26 281.4 0.52 0.49
Hex 95 3C BD 15 44 0 1A 119 34 31
Octal 225 74 275 25 104 0 32 431 64 61
Binary 10010101 111100 10111101 10101 1000100 0 11010 100011001 110100 110001

Color Harmonies of #953CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CBD

Black with #953CBD

Text Example


Text Example

White with #953CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,189); }

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

background-color css

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

 a { background-color: rgb(149,60,189); }

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

border-color css

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

 span { border-color: rgb(149,60,189); }

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