Html Css Color HEX #9641FF Blue Violet

📋 copy color: '#9641FF'

red 150 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #9641FF

Tints of Blue Violet #9641FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

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

R = 31.91%
G = 13.83%
B = 54.26%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9641FF (or 0x9641FF) is known color: Blue Violet. HEX triplet: 96, 41 and FF. RGB value is (150,65,255). Sum of RGB (Red+Green+Blue) = 150+65+255=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #9641FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9641FF is #69BE00. Grayscale: #6F6F6F. Windows color (decimal): -6929921 or 16728470. OLE color: 16728470.

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

Color convert

RGB 150 65 255 -
CMYK 0.41 0.75 0 0
HSL 266.84º 1% 0.63% -
HSV(B) 266.84º 0.75% 1% -
XYZ 32.52 17.48 96.27 -
YUV 112.08 208.66 155.05 -
System Red Green Blue C M Y K H S L
Decimal 150 65 255 0.41 0.75 0 0 266.84 1 0.63
Hex 96 41 FF 29 4B 0 0 10B 64 3F
Octal 226 101 377 51 113 0 0 413 144 77
Binary 10010110 1000001 11111111 101001 1001011 0 0 100001011 1100100 111111

Color Harmonies of #9641FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9641FF

Black with #9641FF

Text Example


Text Example

White with #9641FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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