Html Css Color HEX #953AB6 Dark Orchid

📋 copy color: '#953AB6'

red 149 ◦ green 58 ◦ blue 182

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

Shades of Dark Orchid #953AB6

Tints of Dark Orchid #953AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.91%

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 38.3%
G = 14.91%
B = 46.79%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#953AB6 (or 0x953AB6) is known color: Dark Orchid. HEX triplet: 95, 3A and B6. RGB value is (149,58,182). Sum of RGB (Red+Green+Blue) = 149+58+182=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #953AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953AB6 is #6AC549. Grayscale: #626262. Windows color (decimal): -6997322 or 11942549. OLE color: 11942549.

HSL color Cylindrical-coordinate representation of color #953AB6: hue angle of 284.03º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953AB6 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 58 182 -
CMYK 0.18 0.68 0 0.29
HSL 284.03º 0.52% 0.47% -
HSV(B) 284.03º 0.68% 0.71% -
XYZ 22.35 12.79 45.55 -
YUV 99.35 174.65 163.42 -
System Red Green Blue C M Y K H S L
Decimal 149 58 182 0.18 0.68 0 0.29 284.03 0.52 0.47
Hex 95 3A B6 12 44 0 1D 11C 34 2F
Octal 225 72 266 22 104 0 35 434 64 57
Binary 10010101 111010 10110110 10010 1000100 0 11101 100011100 110100 101111

Color Harmonies of #953AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AB6

Black with #953AB6

Text Example


Text Example

White with #953AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,182); }

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

background-color css

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

 a { background-color: rgb(149,58,182); }

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

border-color css

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

 span { border-color: rgb(149,58,182); }

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