Html Css Color HEX #964BFD Blue Violet

📋 copy color: '#964BFD'

red 150 ◦ green 75 ◦ blue 253

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

Shades of Blue Violet #964BFD

Tints of Blue Violet #964BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.69%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 31.38%
G = 15.69%
B = 52.93%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#964BFD (or 0x964BFD) is known color: Blue Violet. HEX triplet: 96, 4B and FD. RGB value is (150,75,253). Sum of RGB (Red+Green+Blue) = 150+75+253=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #964BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964BFD is #69B402. Grayscale: #757575. Windows color (decimal): -6927363 or 16599958. OLE color: 16599958.

HSL color Cylindrical-coordinate representation of color #964BFD: hue angle of 265.28º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964BFD is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 75 253 -
CMYK 0.41 0.70 0 0.01
HSL 265.28º 0.98% 0.64% -
HSV(B) 265.28º 0.7% 0.99% -
XYZ 32.82 18.61 94.79 -
YUV 117.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 150 75 253 0.41 0.70 0 0.01 265.28 0.98 0.64
Hex 96 4B FD 29 46 0 1 109 62 40
Octal 226 113 375 51 106 0 1 411 142 100
Binary 10010110 1001011 11111101 101001 1000110 0 1 100001001 1100010 1000000

Color Harmonies of #964BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964BFD

Black with #964BFD

Text Example


Text Example

White with #964BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964BFD; }

 p { color: rgb(150,75,253); }

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

background-color css

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

 a { background-color: rgb(150,75,253); }

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

border-color css

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

 span { border-color: rgb(150,75,253); }

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