Html Css Color HEX #964CFA Blue Violet

📋 copy color: '#964CFA'

red 150 ◦ green 76 ◦ blue 250

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

Shades of Blue Violet #964CFA

Tints of Blue Violet #964CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 31.51%
G = 15.97%
B = 52.52%

CMYK

 C value IS 0.4

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#964CFA (or 0x964CFA) is known color: Blue Violet. HEX triplet: 96, 4C and FA. RGB value is (150,76,250). Sum of RGB (Red+Green+Blue) = 150+76+250=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #964CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CFA is #69B305. Grayscale: #757575. Windows color (decimal): -6927110 or 16403606. OLE color: 16403606.

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

Color convert

RGB 150 76 250 -
CMYK 0.4 0.70 0 0.02
HSL 265.52º 0.95% 0.64% -
HSV(B) 265.52º 0.7% 0.98% -
XYZ 32.42 18.56 92.32 -
YUV 117.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 150 76 250 0.4 0.70 0 0.02 265.52 0.95 0.64
Hex 96 4C FA 28 46 0 2 10A 5F 40
Octal 226 114 372 50 106 0 2 412 137 100
Binary 10010110 1001100 11111010 101000 1000110 0 10 100001010 1011111 1000000

Color Harmonies of #964CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CFA

Black with #964CFA

Text Example


Text Example

White with #964CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,250); }

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

background-color css

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

 a { background-color: rgb(150,76,250); }

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

border-color css

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

 span { border-color: rgb(150,76,250); }

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