Html Css Color HEX #962F6F Dark Purple

📋 copy color: '#962F6F'

red 150 ◦ green 47 ◦ blue 111

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

Shades of Dark Purple #962F6F

Tints of Dark Purple #962F6F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 48.7%
G = 15.26%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#962F6F (or 0x962F6F) is known color: Dark Purple. HEX triplet: 96, 2F and 6F. RGB value is (150,47,111). Sum of RGB (Red+Green+Blue) = 150+47+111=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #962F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F6F is #69D090. Grayscale: #545454. Windows color (decimal): -6934673 or 7286678. OLE color: 7286678.

HSL color Cylindrical-coordinate representation of color #962F6F: hue angle of 322.72º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F6F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 47 111 -
CMYK 0 0.69 0.26 0.41
HSL 322.72º 0.52% 0.39% -
HSV(B) 322.72º 0.69% 0.59% -
XYZ 16.46 9.66 16.04 -
YUV 85.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 150 47 111 0 0.69 0.26 0.41 322.72 0.52 0.39
Hex 96 2F 6F 0 45 1A 29 143 34 27
Octal 226 57 157 0 105 32 51 503 64 47
Binary 10010110 101111 1101111 0 1000101 11010 101001 101000011 110100 100111

Color Harmonies of #962F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F6F

Black with #962F6F

Text Example


Text Example

White with #962F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962F6F; }

 p { color: rgb(150,47,111); }

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

background-color css

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

 a { background-color: rgb(150,47,111); }

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

border-color css

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

 span { border-color: rgb(150,47,111); }

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