Html Css Color HEX #9646FF Blue Violet

📋 copy color: '#9646FF'

red 150 ◦ green 70 ◦ blue 255

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

Shades of Blue Violet #9646FF

Tints of Blue Violet #9646FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.74%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 31.58%
G = 14.74%
B = 53.68%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9646FF (or 0x9646FF) is known color: Blue Violet. HEX triplet: 96, 46 and FF. RGB value is (150,70,255). Sum of RGB (Red+Green+Blue) = 150+70+255=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #9646FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9646FF is #69B900. Grayscale: #727272. Windows color (decimal): -6928641 or 16729750. OLE color: 16729750.

HSL color Cylindrical-coordinate representation of color #9646FF: hue angle of 265.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9646FF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 70 255 -
CMYK 0.41 0.73 0 0
HSL 265.95º 1% 0.64% -
HSV(B) 265.95º 0.73% 1% -
XYZ 32.82 18.08 96.37 -
YUV 115.01 207 152.96 -
System Red Green Blue C M Y K H S L
Decimal 150 70 255 0.41 0.73 0 0 265.95 1 0.64
Hex 96 46 FF 29 49 0 0 10A 64 40
Octal 226 106 377 51 111 0 0 412 144 100
Binary 10010110 1000110 11111111 101001 1001001 0 0 100001010 1100100 1000000

Color Harmonies of #9646FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9646FF

Black with #9646FF

Text Example


Text Example

White with #9646FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9646FF; }

 p { color: rgb(150,70,255); }

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

background-color css

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

 a { background-color: rgb(150,70,255); }

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

border-color css

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

 span { border-color: rgb(150,70,255); }

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