Html Css Color HEX #947DCB True V

📋 copy color: '#947DCB'

red 148 ◦ green 125 ◦ blue 203

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

Shades of True V #947DCB

Tints of True V #947DCB

RGB

 RED value IS 148 (58.2% from 255) = 31.09%

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 31.09%
G = 26.26%
B = 42.65%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#947DCB (or 0x947DCB) is known color: True V. HEX triplet: 94, 7D and CB. RGB value is (148,125,203). Sum of RGB (Red+Green+Blue) = 148+125+203=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #947DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DCB is #6B8234. Grayscale: #8C8C8C. Windows color (decimal): -7045685 or 13335956. OLE color: 13335956.

HSL color Cylindrical-coordinate representation of color #947DCB: hue angle of 257.69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #947DCB is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 125 203 -
CMYK 0.27 0.38 0 0.20
HSL 257.69º 0.43% 0.64% -
HSV(B) 257.69º 0.38% 0.8% -
XYZ 30.33 25.27 59.78 -
YUV 140.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 148 125 203 0.27 0.38 0 0.20 257.69 0.43 0.64
Hex 94 7D CB 1B 26 0 14 102 2B 40
Octal 224 175 313 33 46 0 24 402 53 100
Binary 10010100 1111101 11001011 11011 100110 0 10100 100000010 101011 1000000

Color Harmonies of #947DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DCB

Black with #947DCB

Text Example


Text Example

White with #947DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947DCB; }

 p { color: rgb(148,125,203); }

 H1.HeaderClassName
 {
   color: #947DCB;
 }
 .AnyTagClassName
 {
   color: #947DCB;
 }
</style>

background-color css

<style>
 a { background-color: #947DCB; }

 a { background-color: rgb(148,125,203); }

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

border-color css

<style>
 span { border-color: #947DCB; }

 span { border-color: rgb(148,125,203); }

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