Html Css Color HEX #967BE9 Medium Purple

📋 copy color: '#967BE9'

red 150 ◦ green 123 ◦ blue 233

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

Shades of Medium Purple #967BE9

Tints of Medium Purple #967BE9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.31%

 BLUE value IS 233 (91.41% from 255) = 46.05%

R = 29.64%
G = 24.31%
B = 46.05%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#967BE9 (or 0x967BE9) is known color: Medium Purple. HEX triplet: 96, 7B and E9. RGB value is (150,123,233). Sum of RGB (Red+Green+Blue) = 150+123+233=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #967BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BE9 is #698416. Grayscale: #8F8F8F. Windows color (decimal): -6915095 or 15301526. OLE color: 15301526.

HSL color Cylindrical-coordinate representation of color #967BE9: hue angle of 254.73º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967BE9 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 123 233 -
CMYK 0.36 0.47 0 0.09
HSL 254.73º 0.71% 0.7% -
HSV(B) 254.73º 0.47% 0.91% -
XYZ 34.37 26.53 80.4 -
YUV 143.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 150 123 233 0.36 0.47 0 0.09 254.73 0.71 0.7
Hex 96 7B E9 24 2F 0 9 FF 47 46
Octal 226 173 351 44 57 0 11 377 107 106
Binary 10010110 1111011 11101001 100100 101111 0 1001 11111111 1000111 1000110

Color Harmonies of #967BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BE9

Black with #967BE9

Text Example


Text Example

White with #967BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967BE9; }

 p { color: rgb(150,123,233); }

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

background-color css

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

 a { background-color: rgb(150,123,233); }

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

border-color css

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

 span { border-color: rgb(150,123,233); }

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