Html Css Color HEX #962683 Dark Purple

📋 copy color: '#962683'

red 150 ◦ green 38 ◦ blue 131

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

Shades of Dark Purple #962683

Tints of Dark Purple #962683

RGB

 RED value IS 150 (58.98% from 255) = 47.02%

 GREEN value IS 38 (15.23% from 255) = 11.91%

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 47.02%
G = 11.91%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#962683 (or 0x962683) is known color: Dark Purple. HEX triplet: 96, 26 and 83. RGB value is (150,38,131). Sum of RGB (Red+Green+Blue) = 150+38+131=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962683 is #69D97C. Grayscale: #515151. Windows color (decimal): -6936957 or 8595094. OLE color: 8595094.

HSL color Cylindrical-coordinate representation of color #962683: hue angle of 310.18º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962683 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 131 -
CMYK 0 0.75 0.13 0.41
HSL 310.18º 0.6% 0.37% -
HSV(B) 310.18º 0.75% 0.59% -
XYZ 17.37 9.51 22.39 -
YUV 82.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 150 38 131 0 0.75 0.13 0.41 310.18 0.6 0.37
Hex 96 26 83 0 4B D 29 136 3C 25
Octal 226 46 203 0 113 15 51 466 74 45
Binary 10010110 100110 10000011 0 1001011 1101 101001 100110110 111100 100101

Color Harmonies of #962683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962683

Black with #962683

Text Example


Text Example

White with #962683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962683; }

 p { color: rgb(150,38,131); }

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

background-color css

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

 a { background-color: rgb(150,38,131); }

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

border-color css

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

 span { border-color: rgb(150,38,131); }

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