Html Css Color HEX #962693 Vivid Violet

📋 copy color: '#962693'

red 150 ◦ green 38 ◦ blue 147

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

Shades of Vivid Violet #962693

Tints of Vivid Violet #962693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 44.78%
G = 11.34%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#962693 (or 0x962693) is known color: Vivid Violet. HEX triplet: 96, 26 and 93. RGB value is (150,38,147). Sum of RGB (Red+Green+Blue) = 150+38+147=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #962693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962693 is #69D96C. Grayscale: #535353. Windows color (decimal): -6936941 or 9643670. OLE color: 9643670.

HSL color Cylindrical-coordinate representation of color #962693: hue angle of 301.61º 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 #962693 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 147 -
CMYK 0 0.75 0.02 0.41
HSL 301.61º 0.6% 0.37% -
HSV(B) 301.61º 0.75% 0.59% -
XYZ 18.54 9.98 28.55 -
YUV 83.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 150 38 147 0 0.75 0.02 0.41 301.61 0.6 0.37
Hex 96 26 93 0 4B 2 29 12E 3C 25
Octal 226 46 223 0 113 2 51 456 74 45
Binary 10010110 100110 10010011 0 1001011 10 101001 100101110 111100 100101

Color Harmonies of #962693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962693

Black with #962693

Text Example


Text Example

White with #962693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962693; }

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

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

background-color css

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

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

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

border-color css

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

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

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