Html Css Color HEX #953BB3 Dark Orchid

📋 copy color: '#953BB3'

red 149 ◦ green 59 ◦ blue 179

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

Shades of Dark Orchid #953BB3

Tints of Dark Orchid #953BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 38.5%
G = 15.25%
B = 46.25%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#953BB3 (or 0x953BB3) is known color: Dark Orchid. HEX triplet: 95, 3B and B3. RGB value is (149,59,179). Sum of RGB (Red+Green+Blue) = 149+59+179=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #953BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BB3 is #6AC44C. Grayscale: #636363. Windows color (decimal): -6997069 or 11746197. OLE color: 11746197.

HSL color Cylindrical-coordinate representation of color #953BB3: hue angle of 285º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953BB3 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 59 179 -
CMYK 0.17 0.67 0 0.30
HSL 285º 0.5% 0.47% -
HSV(B) 285º 0.67% 0.7% -
XYZ 22.1 12.77 43.95 -
YUV 99.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 149 59 179 0.17 0.67 0 0.30 285 0.5 0.47
Hex 95 3B B3 11 43 0 1E 11D 32 2F
Octal 225 73 263 21 103 0 36 435 62 57
Binary 10010101 111011 10110011 10001 1000011 0 11110 100011101 110010 101111

Color Harmonies of #953BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BB3

Black with #953BB3

Text Example


Text Example

White with #953BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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