Html Css Color HEX #951B67 Jazzberry Jam

📋 copy color: '#951B67'

red 149 ◦ green 27 ◦ blue 103

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

Shades of Jazzberry Jam #951B67

Tints of Jazzberry Jam #951B67

RGB

 RED value IS 149 (58.59% from 255) = 53.41%

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 103 (40.63% from 255) = 36.92%

R = 53.41%
G = 9.68%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#951B67 (or 0x951B67) is known color: Jazzberry Jam. HEX triplet: 95, 1B and 67. RGB value is (149,27,103). Sum of RGB (Red+Green+Blue) = 149+27+103=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #951B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B67 is #6AE498. Grayscale: #474747. Windows color (decimal): -7005337 or 6757269. OLE color: 6757269.

HSL color Cylindrical-coordinate representation of color #951B67: hue angle of 322.62º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B67 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 103 -
CMYK 0 0.82 0.31 0.42
HSL 322.62º 0.69% 0.35% -
HSV(B) 322.62º 0.82% 0.58% -
XYZ 15.23 8.15 13.6 -
YUV 72.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 149 27 103 0 0.82 0.31 0.42 322.62 0.69 0.35
Hex 95 1B 67 0 52 1F 2A 143 45 23
Octal 225 33 147 0 122 37 52 503 105 43
Binary 10010101 11011 1100111 0 1010010 11111 101010 101000011 1000101 100011

Color Harmonies of #951B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B67

Black with #951B67

Text Example


Text Example

White with #951B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951B67; }

 p { color: rgb(149,27,103); }

 H1.HeaderClassName
 {
   color: #951B67;
 }
 .AnyTagClassName
 {
   color: #951B67;
 }
</style>

background-color css

<style>
 a { background-color: #951B67; }

 a { background-color: rgb(149,27,103); }

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

border-color css

<style>
 span { border-color: #951B67; }

 span { border-color: rgb(149,27,103); }

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